Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | _init() and _INITIALIZER -> _make() | Přemysl Janouch | 2017-06-22 | 1 | -3/+2 |
| | | | | Gets rid of stupid memset()s and some preprocessor. | ||||
* | Make the printer generic | Přemysl Janouch | 2017-06-01 | 1 | -1/+1 |
| | | | | Now you can concatenate lists like strings. | ||||
* | The great librarificating rename | Přemysl Janouch | 2017-05-30 | 1 | -26/+26 |
| | |||||
* | Remove suck | Přemysl Janouch | 2017-05-26 | 1 | -1/+1 |
| | | | | | | struct context::arguments stank, the "arg" special form stank. The amount of lines this adds can be counted on one hand. | ||||
* | Implement dynamic scoping | Přemysl Janouch | 2017-05-26 | 1 | -1/+1 |
| | | | | | | Okay, that was a PITA to not have. But I think I'm set now, feature-wise. | ||||
* | Finish implementation of printing | Přemysl Janouch | 2017-05-25 | 1 | -1/+1 |
| | | | | | | | | 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. | ||||
* | Cleanup | Přemysl Janouch | 2017-05-25 | 1 | -0/+3 |
| | |||||
* | repl: add completion | Přemysl Janouch | 2017-05-23 | 1 | -1/+30 |
| | | | | Now it should be fairly useful despite the limitation to single lines. | ||||
* | repl: highlight matching parenthesis | Přemysl Janouch | 2017-05-23 | 1 | -0/+7 |
| | |||||
* | repl: slight refactoring | Přemysl Janouch | 2017-05-21 | 1 | -22/+26 |
| | |||||
* | Add a REPL for toying around | Přemysl Janouch | 2017-05-21 | 1 | -0/+73 |