c-lexer-stable 0.1.4

C lexer
Documentation
1
2
3
4
5
6
7
8
A C lexer written in rust using state machines.

[![Build Status](https://www.travis-ci.org/songzhi/c_lexer.svg?branch=master)](https://www.travis-ci.org/songzhi/c_lexer)

## Features
* C11 tokens 
* escape chars in string
* numeric literal in integer,float and exponent way