cscs
cscs copied to clipboard
Is there a complete tutorial?
Is there a more complete tutorial to build a language like cscs or others from the ground up? It just seems harder then it needs to be to create a language, I know most people don't like to spoon feed others but there is no good way to learn because all information is scattered.
Hi, @djlw78 , If you want to build a custom language like cscs, there are some good tutorials out there, you could have a look:
- Implementing a Custom Language Succinctly(by this author) - Split & Merge
- Crafting Interpreters(java, c) - BNF/EBNF
- Let’s Build A Simple Interpreter(python) - BNF/EBNF
- Writing An Interpreter In Go - Pratt Parsing
Hope this could help you!
@haifenghuang congrats that last one I actually would like to send money on