1 unstable release
0.1.3 | Sep 25, 2023 |
---|
#8 in #v0
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.