Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |