This website requires JavaScript.
Explore
Help
Sign In
PlexSheep
/
oops
Watch
1
Star
0
Fork
You've already forked oops
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
oops
/
.gitignore
2 lines
8 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
rust maybe base? Even writing a lexer in rust seems weird and too hard. The typical lexer scheme does not seem to exist in any crate used by some qualified amount of people, instead we have `nom`, which is a "parser combinator", meaning we write a lot of functions instead of grammar that a parser/scanner will be generated from. This just confuses me a lot to be honest, I'd just want lex and yacc in rust, coming from a university course with ply and antlr4.
2023-12-19 01:17:44 +01:00
/target