Přemysl Eric Janouch
67cc243e34
_init() and _INITIALIZER -> _make()
...
Gets rid of stupid memset()s and some preprocessor.
2017-06-22 16:14:11 +02:00
Přemysl Eric Janouch
8518c1a58f
The great librarificating rename
2017-05-30 02:43:42 +02:00
Přemysl Eric Janouch
dd957483ac
interpreter: forward "argv"
2017-05-26 20:25:02 +02:00
Přemysl Eric Janouch
3e68a09ae1
Remove suck
...
struct context::arguments stank, the "arg" special form stank.
The amount of lines this adds can be counted on one hand.
2017-05-26 20:15:43 +02:00
Přemysl Eric Janouch
5ae69c1cfc
Finish implementation of printing
...
Now readds all syntax sugar and quotes strings properly.
Removed automatic line breaking and indenting since it is complicated.
Removed #ifndef since it stopped making any sense.
2017-05-25 18:57:01 +02:00
Přemysl Eric Janouch
455845d078
Split out the interpreter
2017-05-21 13:19:49 +02:00