Commit Graph

7 Commits

Author SHA1 Message Date
Kartik Agaram bfcbdf0e0a 6398 2020-05-24 22:47:09 -07:00
Kartik Agaram 8becbf3c54 mu.subx: all parsing tests passing 2020-05-18 00:44:49 -07:00
Kartik Agaram f7360e493a support 'fake' handles allocated statically
Mystery solved of why the syntax sugar phases don't work even though they
don't use any functions whose signatures changed in the migration to handles.

The answer: they use the Registers table, and it needs to use handles rather
than raw strings.
2020-05-18 00:44:46 -07:00
Kartik Agaram 3fb900de13 6217 - make subx.vim work better out of the box
Adding some more colors will improve the experience, but the choices depend
on colorscheme, and first impressions should at least not seem to have
degraded things.
2020-05-10 13:18:13 -07:00
Kartik Agaram f0b7e327c5 5714
Replace calculations of constants with labels.
2019-10-25 06:10:36 -07:00
Kartik Agaram 9272b6cec9 5681 2019-09-20 11:08:18 -07:00
Kartik Agaram 6e1eeeebfb 5485 - promote SubX to top-level 2019-07-27 17:47:59 -07:00