some link for readmes

for salama-reader
This commit is contained in:
Torsten Ruger
2015-05-24 13:42:29 +03:00
parent 1a499a1de9
commit e64733d72b
3 changed files with 13 additions and 12 deletions

View File

@ -1,8 +1,9 @@
### Compiling
The Ast (abstract syntax tree) is created by salama-reader gem and the classes defined there
The Ast (abstract syntax tree) is created by [salama-reader](https://github.com/salama/salama-reader)
gem and the classes defined there
The code in this directory compiles the AST to the virtual machine code.
The code in this directory compiles the AST to the virtual machine code, and Parfait object structure.
If this were an interpreter, we would just walk the tree and do what it says.
Since it's not things are a little more difficult, especially in time.