Skip to content

Commit

Permalink
ReadMe files
Browse files Browse the repository at this point in the history
  • Loading branch information
skantar committed Dec 12, 2017
1 parent 3c640e9 commit 07dd014
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions interpreter/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Complete Interpreter package

Complete C interpreter written in python:
*contains all phases except optimization*

* [Lexical analysis](interpreter/)
* Syntax analysis
* Semantic analysis
* Interpreter
* [Lexical analysis](lexical_analysis/)
* Syntax analysis(syntax_analysis/)
* Semantic analysis(semantic_analysis/)
* Interpreter(interpreter/)

0 comments on commit 07dd014

Please sign in to comment.