nomsu/core
Bruce Hill b5fb8933af Removed dependency on 'immutable' library. This lets LuaJIT do more
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-12 15:14:07 -07:00
..
collections.nom Added list/dict metatables to make comparison and string representations 2018-06-06 13:25:34 -07:00
control_flow.nom Tidying up exceptions and error reporting. Also simplified the grammar a 2018-06-12 13:56:35 -07:00
math.nom Added alias: "% as number" 2018-06-06 14:19:54 -07:00
metaprogramming.nom Removed dependency on 'immutable' library. This lets LuaJIT do more 2018-06-12 15:14:07 -07:00
operators.nom Added list/dict metatables to make comparison and string representations 2018-06-06 13:25:34 -07:00
scopes.nom Tidying up exceptions and error reporting. Also simplified the grammar a 2018-06-12 13:56:35 -07:00
text.nom Almost-working reimplementation of source code mapping. 2018-05-29 16:15:10 -07:00