c_lexer

Crates.ioc_lexer
lib.rsc_lexer
version0.1.1
sourcesrc
created_at2019-04-17 14:48:10.73768
updated_at2019-04-18 08:47:39.269944
descriptionC lexer
homepage
repositoryhttps://github.com/songzhi/c_lexer
max_upload_size
id128545
size71,826
李冬冬 (songzhi)

documentation

README

A C lexer written in rust using state machines.

Build Status

Features

  • C11 tokens
  • escape chars in string
  • numeric literal in integer,float and exponent way
Commit count: 37

cargo fmt