#token #analyzer #language #log #v0 #part #identifier

bin+lib cfront

A token analyzer for C language

1 unstable release

0.1.3 Sep 25, 2023

#10 in #v0

MIT license

19KB
473 lines

cfront v0.1.3

Log

  • Remove the 'here' printf log information.

cfront v0.1.2

Log

  • Fix a bug that '_' won't be considered as identifier part.
  • Relax the requirements of the token type.
  • Allow '$', '@' as part of identifier.

lib.rs:

CToken

A simple token library for C.

No runtime deps