-
-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
enhancementImprovement neeededImprovement neeeded
Description
- replace
src/parser/mod.rswithsrc/parser.rsand such. - Use
f.write_str()(faster) instead ofwrite!()(slower), if possible. - Don't export everything from crate root instead separate by
crate::{lexer, parser} - move
struct Usageandstruct Seeinto their own file. -
reduce number of macrosnot needed - methods should have proper names and docs
Metadata
Metadata
Assignees
Labels
enhancementImprovement neeededImprovement neeeded