1
0
Commit Graph

25 Commits

Author SHA1 Message Date
13f8d1fbc9 🤖 Bumped version to 0.5.1
Some checks failed
Lua Library / Lua-Testing (push) Failing after 5s
Lua Library / Static-Analysis (push) Successful in 3s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-07-06 23:55:32 +02:00
5ebea27e3b
Standard versioning
Some checks failed
Lua Library / Lua-Testing (push) Failing after 6s
Lua Library / Static-Analysis (push) Successful in 3s
2024-07-06 23:42:13 +02:00
99ce47f831 Bumped workflows to v6.19
Some checks failed
Lua Library / Lua-Testing (push) Failing after 5s
Lua Library / Static-Analysis (push) Successful in 4s
2024-04-26 11:48:20 +02:00
e839318682
Update library
All checks were successful
LÖVE/Lua Library / Static-Analysis (push) Successful in 3s
2024-04-14 14:43:43 +02:00
d2cb58aff7 Testing workflow
All checks were successful
LÖVE/Lua Library / Static-Analysis (push) Successful in 4s
2023-12-12 23:31:08 +01:00
59acc066bf Workflows 2023-12-12 23:30:19 +01:00
aec8db9c15 The lost additions 2023-12-12 23:28:25 +01:00
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