1
0
Commit Graph

18 Commits

Author SHA1 Message Date
9bfcd3beb3 Added a bunch of constant evaluations 2018-03-23 12:26:45 +01:00
6c7c914da2 Improved modulo messages 2018-03-15 17:47:47 +01:00
f8447cdd39 Added actual parser, that allows parsing more complex expressions 2018-03-14 12:21:51 +01:00
fe9ab028ce Minor improvements when talking about the type of a value. 2018-03-12 11:58:13 +01:00
d9be06658d Now ignores additional arguments when parsing, but those arguments are used to format the error message. 2018-01-29 10:28:30 +01:00
1b0b6d14d4 Added support for files loaded through LÖVE, and added error-handling if no file can be found. 2018-01-26 13:09:53 +01:00
e994147512 Improvements all around 2018-01-26 13:00:39 +01:00
e11ec95fb5 More info, and more general. 2017-11-07 11:28:41 +01:00
dcee4f6f95 Misc 2017-11-07 11:06:39 +01:00
b1c6693f1f Improved robustness. 2017-11-05 11:31:46 +01:00
05930b8a2b Minor fix to importing. 2017-11-04 13:52:43 +01:00
ecf31948b6 Can now be imported as module. 2017-11-04 13:45:28 +01:00
8f8a0c8992 Better coverage of lvalues. 2017-11-02 11:35:49 +01:00
6f3da373f9 Moved to using an AST based approach. The AST construction is not very advanced yet, but no regressions have occured. 2017-11-02 11:21:00 +01:00
63fbc9ef12 Added support for short constant values, and better names/descriptions of functions. 2017-10-29 10:16:16 +01:00
c25676854a Initial Readme 2017-10-28 13:47:19 +02:00
c9842a2b29 Improved assert messages for certain expressions. 2017-10-28 13:15:57 +02:00
aec232efcb Initial commit on assert-gooder. An improved version of assert
that automatically creates a useful error message, when the assert
fails.
2017-10-28 12:44:53 +02:00