cfront 0.1.3

A token analyzer for C language
Documentation
  • Coverage
  • 1.15%
    1 out of 87 items documented0 out of 5 items with examples
  • Size
  • Source code size: 18.4 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 361.3 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 7s Average build duration of successful builds.
  • all releases: 7s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • CutieDeng/cfront-rs
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • CutieDeng

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.