An open API service indexing awesome lists of open source software.

https://github.com/barrettotte/simple-lang

[Unfinished] A stupidly basic programming language I started making to screw around with Yacc and Lex.
https://github.com/barrettotte/simple-lang

lex yacc

Last synced: 6 months ago
JSON representation

[Unfinished] A stupidly basic programming language I started making to screw around with Yacc and Lex.

Awesome Lists containing this project

README

          

# Simple-Lang

A stupidly basic programming language I started making to screw around with YACC and Lex.

While self studying compiler design, each book I referenced mentioned these two tools,
so I figured I should see what they were about.
They're cool and all, but I want to get into the guts of writing lexers and parsers by hand.

## References
* Introduction to YACC and Lex - https://www.youtube.com/watch?v=54bo1qaHAfk
* http://dinosaur.compilertools.net/
* [Flex](http://dinosaur.compilertools.net/lex/index.html) - Fast lexical analyzer generator
* [YACC](http://dinosaur.compilertools.net/yacc/index.html) - Yet Another Compiler-Compiler