Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of "All rights reserved" | Přemysl Janouch | 2015-05-01 | 1 | -1/+1 |
| | |||||
* | script: fix escaping in the dot command | Přemysl Janouch | 2014-10-03 | 1 | -3/+3 |
| | |||||
* | script: don't get killed because of users | Přemysl Janouch | 2014-09-27 | 1 | -0/+3 |
| | |||||
* | script: watch all memory allocations | Přemysl Janouch | 2014-09-27 | 1 | -360/+475 |
| | | | | | | And some other miscellaneous changes. Now it should be ready for the real life. | ||||
* | script: set a scricter limit on memory | Přemysl Janouch | 2014-09-19 | 1 | -0/+12 |
| | |||||
* | script: fix parse_word() | Přemysl Janouch | 2014-07-31 | 1 | -3/+6 |
| | | | | With the `c > ' '` requirement we can't have an assertion for length in there. | ||||
* | script: improvements | Přemysl Janouch | 2014-07-31 | 1 | -118/+285 |
| | | | | | | | - fixed cons - added missing arithmetic operators - added min/max/xor/all?/any?/nip/curry/reverse/over - added a few functional tests | ||||
* | script: add length | Přemysl Janouch | 2014-07-31 | 1 | -2/+33 |
| | |||||
* | script: add uncons/first/rest/>/>=/<=/!=/join | Přemysl Janouch | 2014-07-31 | 1 | -7/+64 |
| | |||||
* | script: fix call/dip, add fold/each/unit/cons/cat | Přemysl Janouch | 2014-07-31 | 1 | -17/+120 |
| | |||||
* | Add an experimental `script' plugin | Přemysl Janouch | 2014-07-30 | 1 | -0/+1819 |
Basically reimplemented the macro language from libxntd. Lots of work to be done yet, even if we keep it as a stand-alone TCC plugin. |