Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 274 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 274 Bytes

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