1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 16:49:31 +00:00
anselme/anselme/stdlib
2024-05-20 21:50:48 +02:00
..
language [stdlib] remove is callable, add can dispatch 2024-05-16 17:35:57 +02:00
assignment.lua [language] replace constant symbols with a constant value check function 2024-04-24 16:15:58 +02:00
attached block.lua LuaFunction cleanup: replace by LuaCall 2024-01-07 20:31:28 +01:00
base.lua [internal] ; operators now build a block instead of function call 2024-01-17 14:07:14 +01:00
boolean.lua stdlib cleanup 2024-01-04 20:45:23 +01:00
conditionals.lua stdlib cleanup 2024-01-04 20:45:23 +01:00
environment.lua [language] Add multiple assignments, assignment and definitions are now function calls 2024-01-11 01:36:47 +01:00
for.lua Prefix type checkers with "is", stdlib cleanup 2024-01-06 15:00:08 +01:00
function.lua [stdlib] remove is callable, add can dispatch 2024-05-16 17:35:57 +02:00
init.lua [language] Add multiple assignments, assignment and definitions are now function calls 2024-01-11 01:36:47 +01:00
number.lua [stdlib] add math functions 2024-05-20 21:50:48 +02:00
pair.lua Prefix type checkers with "is", stdlib cleanup 2024-01-06 15:00:08 +01:00
persist.lua Improve translation template generation, only add the source context if needed 2024-01-04 19:16:22 +01:00
resume.lua [stdlib] merge branch! now perform a complete flush before merging by default 2024-04-29 22:29:37 +02:00
script.lua [stdlib] add math functions 2024-05-20 21:50:48 +02:00
string.lua Prefix type checkers with "is", stdlib cleanup 2024-01-06 15:00:08 +01:00
structures.lua [stdlib] add optional default value for table and struct call 2024-01-16 14:34:18 +01:00
symbol.lua [stdlib] add math functions 2024-05-20 21:50:48 +02:00
tag.lua Move anselme code into its own directory 2023-12-29 18:47:36 +01:00
text.lua [internal] minor cleaning 2024-04-20 17:30:44 +02:00
typed.lua Rename type check to value check 2024-01-09 16:57:43 +01:00
value check.lua [stdlib] remove is callable, add can dispatch 2024-05-16 17:35:57 +02:00
wrap.lua [language] Add multiple assignments, assignment and definitions are now function calls 2024-01-11 01:36:47 +01:00