This commit is contained in:
Torsten Ruger 2015-08-30 17:28:30 +03:00
parent 841592c667
commit 9c89415857

View File

@ -3,7 +3,11 @@
[![Code Climate](https://codeclimate.com/github/salama/salama-reader/badges/gpa.svg)](https://codeclimate.com/github/salama/salama-reader)
[![Test Coverage](https://codeclimate.com/github/salama/salama-reader/badges/coverage.svg)](https://codeclimate.com/github/salama/salama-reader)
## Salama Reader*
## Currently in limbo
Possibly writing a salama machine language and using whitequark's parser
## Salama Reader
The parser part of salama is now a standalone gem. It parses ruby using Parslet and no other dependencies.
@ -11,9 +15,6 @@ This is interesting if you want to generate executable code, like salama, but al
Also it is very educational, as it is very readable code, and not too much of it.
*
It looks into it's salama ball and all it sees is red. A red salama . . . ruby, yes.
### Parser
The main parser per se is in parser/salama , but it just pulls in all the parts.