Commit Graph

6 Commits

Author SHA1 Message Date
Cristian Esquivias
47fa3f29ec Have a working form of ~> in #lang rash
~> only works within a form. If not used in a form, it is read a string, and the macro won't be found.
2014-08-20 01:59:09 -07:00
Cristian Esquivias
d072d93741 Read s-expressions in rash language.
Evaluates as usual Racket expressions.
2014-08-20 01:07:43 -07:00
Cristian Esquivias
af9dfb7876 Took out 'start prepend hack from reader.
When proc-expression is a string call start instead with proc-expression as the first argument.
2014-08-19 15:15:34 -07:00
Cristian Esquivias
86bf1e3052 Added string reading 2014-08-19 02:57:06 -07:00
Cristian Esquivias
aab5057477 Created working s-exp module language 2014-08-19 02:05:07 -07:00
Cristian Esquivias
b8a0eecba7 Adding basic parser of rash language 2014-08-18 23:19:53 -07:00