| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-06-12 | Working version. | Bruce Hill | |
| 2018-06-12 | Removed dependency on 'immutable' library. This lets LuaJIT do more | Bruce Hill | |
| aggressive optimizations and generally helps performance. Some safety is lost, but I think the performance gains, reduced complexity, and reduced dependencies are worth it. | |||
| 2018-06-06 | Added list/dict metatables to make comparison and string representations | Bruce Hill | |
| simpler. Also deleted Counters. | |||
| 2018-05-27 | Some tweaks/cleanup on the nomsu code as well as adding variable | Bruce Hill | |
| mangling to 'parse % as %' to make almost hygienic macros. | |||
| 2018-05-26 | Re-added sources. | Bruce Hill | |
| 2018-05-16 | Initial working version. | Bruce Hill | |
| 2018-05-15 | More API cleanup, and fixed a bug with optimized lua files generating | Bruce Hill | |
| spurious circular import errors. | |||
| 2018-05-15 | Minor cleanups changes. | Bruce Hill | |
| 2018-04-19 | All tests passing (except object) | Bruce Hill | |
| 2018-02-02 | Restructured the nomsu files to group all the essentials into core/ and | Bruce Hill | |
| all the optionals into lib/. lib/core.nom and tests/all.nom are no longer needed now. | |||
| 2018-01-26 | Added a ton of tests for virtually all the functionality. Helped me find | Bruce Hill | |
| and fix a lot of latent problems. | |||
