Other Books You May Enjoy
If you enjoyed this book, you may be interested in these other books by Packt:
Build Your Own Programming Language
Clinton L. Jeffery
ISBN: 9781800204805
- Perform requirements analysis for the new language and design language syntax and semantics
- Write lexical and context-free grammar rules for common expressions and control structures
- Develop a scanner that reads source code and generate a parser that checks syntax
- Build key data structures in a compiler and use your compiler to build a syntax-coloring code editor
- Implement a bytecode interpreter and run bytecode generated by your compiler
- Write tree traversals that insert information into the syntax tree
- Implement garbage collection in your language