1
0
Fork 0
Commit Graph

23 Commits

Author SHA1 Message Date
Jon Michael Aanes 99ce47f831 Bumped workflows to v6.19
Lua Library / Lua-Testing (push) Failing after 5s Details
Lua Library / Static-Analysis (push) Successful in 4s Details
2024-04-26 11:48:20 +02:00
Jon Michael Aanes e839318682
Update library
LÖVE/Lua Library / Static-Analysis (push) Successful in 3s Details
2024-04-14 14:43:43 +02:00
Jon Michael Aanes d2cb58aff7 Testing workflow
LÖVE/Lua Library / Static-Analysis (push) Successful in 4s Details
2023-12-12 23:31:08 +01:00
Jon Michael Aanes 59acc066bf Workflows 2023-12-12 23:30:19 +01:00
Jon Michael Aanes aec8db9c15 The lost additions 2023-12-12 23:28:25 +01:00
Jon Michael Aanes 9bfcd3beb3 Added a bunch of constant evaluations 2018-03-23 12:26:45 +01:00
Jon Michael Aanes 6c7c914da2 Improved modulo messages 2018-03-15 17:47:47 +01:00
Jon Michael Aanes f8447cdd39 Added actual parser, that allows parsing more complex expressions 2018-03-14 12:21:51 +01:00
Jon Michael Aanes fe9ab028ce Minor improvements when talking about the type of a value. 2018-03-12 11:58:13 +01:00
Jon Michael Aanes 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
Jon Michael Aanes 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
Jon Michael Aanes e994147512 Improvements all around 2018-01-26 13:00:39 +01:00
Jon Michael Aanes e11ec95fb5 More info, and more general. 2017-11-07 11:28:41 +01:00
Jon Michael Aanes dcee4f6f95 Misc 2017-11-07 11:06:39 +01:00
Jon Michael Aanes b1c6693f1f Improved robustness. 2017-11-05 11:31:46 +01:00
Jon Michael Aanes 05930b8a2b Minor fix to importing. 2017-11-04 13:52:43 +01:00
Jon Michael Aanes ecf31948b6 Can now be imported as module. 2017-11-04 13:45:28 +01:00
Jon Michael Aanes 8f8a0c8992 Better coverage of lvalues. 2017-11-02 11:35:49 +01:00
Jon Michael Aanes 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
Jon Michael Aanes 63fbc9ef12 Added support for short constant values, and better names/descriptions of functions. 2017-10-29 10:16:16 +01:00
Jon Michael Aanes c25676854a Initial Readme 2017-10-28 13:47:19 +02:00
Jon Michael Aanes c9842a2b29 Improved assert messages for certain expressions. 2017-10-28 13:15:57 +02:00
Jon Michael Aanes 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