index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
error_handling.moon
Age
Commit message (
Expand
)
Author
2019-03-04
Better error reporting
Bruce Hill
2019-02-02
Added comments.
Bruce Hill
2019-02-02
Added spellchecker for error messages (when calling 'nil' actions)
Bruce Hill
2019-01-29
Switched to have colors/utf8 be optional, fixed an issue with currently
Bruce Hill
2019-01-23
Made the 'attempt to call an undefined global' error message improving
Bruce Hill
2019-01-19
Fixed bug in error handling.
Bruce Hill
2019-01-18
Better error handling.
Bruce Hill
2019-01-14
Overhaul in progress, mostly working. Moved all the nomsu packages into
Bruce Hill
2019-01-08
Made the source mapping optional (and disabled with -O2+)
Bruce Hill
2018-12-18
Added fallback for if there is a source without an endpoint.
Bruce Hill
2018-11-08
Major overhaul, splitting nomsu_compiler into nomsu_environment,
Bruce Hill
2018-07-23
Fixing a bug in error handling.
Bruce Hill
2018-07-10
Fixing up error reporting and ripping out LDT-specific code (now a
Bruce Hill
2018-06-23
Fixed up nomsupath behavior and refactored file stuff into its own file.
Bruce Hill
2018-06-21
Cleanup of some metaprogramming stuff, as well as adding support for
Bruce Hill
2018-06-20
Cleanups.
Bruce Hill
2018-06-19
Tidying up error handling and REPL.
Bruce Hill
2018-06-19
Fixing up some error reporting
Bruce Hill
2018-06-19
Moved error logic into its own file.
Bruce Hill