-
https://www.reddit.com/r/Compilers/comments/mhegns/recommended_way_to_build_an_abstract_syntax_tree/
-
https://web.mit.edu/6.005/www/fa15/classes/18-parser-generators/
-
https://www.reddit.com/r/Compilers/comments/z6qe98/best_approach_for_writing_a_lexer/
-
https://craftinginterpreters.com/ // refer in the morning (from here)
-
https://gist.github.com/Eratosthenes/a55e5fea9a50540b9b1c082c5c38cd18
-
https://github.com/YuhanLiin/Lexer-and-Parser-Python/blob/master/Lexer.py
-
https://marcauberer.medium.com/build-a-compiler-lexer-1d688c6e5d16
-
https://alajmovic.com/posts/writing-a-markdown-ish-parser/#goal
-
https://github.com/oils-for-unix/oils/wiki/Why-Lexing-and-Parsing-Should-Be-Separate
-
https://lobste.rs/s/ndkycy/why_split_lexing_parsing_into_two
-
https://github.com/ThePrimeagen/ts-rust-zig-deez/blob/master/python/deez_py/lexer.py