about summary refs log tree commit diff stats
path: root/subx/ntranslate
Commit message (Collapse)AuthorAgeFilesLines
* 5431 - starting to translate std libKartik Agaram2019-07-201-0/+33
Currently failing at layer 54: ``` $ time ./translate 049memory_layout.subx 05[0-4]*.subx; ./subx run a.elf test leaky-get-or-insert-slice: too many segments ``` Emulation is also damn slow. But running in native mode is fast.