limbo
This commit is contained in:
parent
841592c667
commit
9c89415857
@ -3,7 +3,11 @@
|
|||||||
[![Code Climate](https://codeclimate.com/github/salama/salama-reader/badges/gpa.svg)](https://codeclimate.com/github/salama/salama-reader)
|
[![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)
|
[![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.
|
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.
|
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
|
### Parser
|
||||||
|
|
||||||
The main parser per se is in parser/salama , but it just pulls in all the parts.
|
The main parser per se is in parser/salama , but it just pulls in all the parts.
|
||||||
|
Loading…
Reference in New Issue
Block a user