AspectedRouting/AspectedRouting/IO/lua
2022-10-27 13:35:17 +02:00
..
all.lua Use 'pairs' instead of 'ipairs' so that functions don't break on lists with nil, fix various small bugs 2020-09-07 18:44:44 +02:00
asNumber.lua Typesystem and profile updates 2020-06-16 17:37:32 +02:00
atleast.lua More typesystem fixes, atleast now properly works 2020-06-17 17:23:48 +02:00
calculate_turn_cost_factor.lua Add documentation 2022-10-10 12:18:53 +02:00
concat.lua Initial commit 2020-04-30 17:23:44 +02:00
constRight.lua Initial commit 2020-04-30 17:23:44 +02:00
containedIn.lua Use 'pairs' instead of 'ipairs' so that functions don't break on lists with nil, fix various small bugs 2020-09-07 18:44:44 +02:00
copy_tags.lua Rework output system: apply 'Tags', add many rewriting rules, add tests 2022-09-06 18:46:01 +02:00
create_set.lua Rework output system: apply 'Tags', add many rewriting rules, add tests 2022-09-06 18:46:01 +02:00
debug_table.lua Restructuring of profile dir, more work on porting bicycle, still a bug for relation handling 2020-05-05 03:21:37 +02:00
default.lua Initial commit 2020-04-30 17:23:44 +02:00
dot.lua Initial commit 2020-04-30 17:23:44 +02:00
double_compare.lua Nearly working version 2020-05-02 13:09:49 +02:00
eitherFunc.lua Initial commit 2020-04-30 17:23:44 +02:00
eq.lua Initial commit 2020-04-30 17:23:44 +02:00
first_match_of.lua Fixed order of arguments, fix various issues in lua output 2021-04-04 01:57:41 +02:00
firstArg.lua Rename 'const' to 'firstArgs' in the lua-files 2021-02-17 14:25:21 +01:00
head.lua Use 'pairs' instead of 'ipairs' so that functions don't break on lists with nil, fix various small bugs 2020-09-07 18:44:44 +02:00
id.lua Initial commit 2020-04-30 17:23:44 +02:00
if.lua Initial commit 2020-04-30 17:23:44 +02:00
if_then_else.lua Fix various bugs, improve docs, allow 'null' in JSON, specify behaviour of must_match better 2021-04-03 19:11:41 +02:00
if_then_else_dotted.lua Fix typo in comments 2022-10-27 13:35:17 +02:00
inv.lua Initial commit 2020-04-30 17:23:44 +02:00
is_null.lua Rework output system: apply 'Tags', add many rewriting rules, add tests 2022-09-06 18:46:01 +02:00
legacy.lua Legacy relation preprocessor now only keeps the ref number of stad genk 2020-09-09 14:26:13 +02:00
listDot.lua Initial commit 2020-04-30 17:23:44 +02:00
max.lua Fix bugs in max.lua, add interval in calculation 2020-09-07 19:20:52 +02:00
memberOf.lua Add legacy output for itinero1.0 formats 2021-03-08 13:52:29 +01:00
min.lua Use 'pairs' instead of 'ipairs' so that functions don't break on lists with nil, fix various small bugs 2020-09-07 18:44:44 +02:00
multiply.lua Use 'pairs' instead of 'ipairs' so that functions don't break on lists with nil, fix various small bugs 2020-09-07 18:44:44 +02:00
must_match.lua Rework output system: apply 'Tags', add many rewriting rules, add tests 2022-09-06 18:46:01 +02:00
not.lua Initial commit 2020-04-30 17:23:44 +02:00
notEq.lua Nearly working version 2020-05-02 13:09:49 +02:00
parse.lua Add unfolded generation of lua for better performance 2021-03-05 14:48:42 +01:00
remove_relation_prefix.lua Add option to extract constant tables, fix string.start 2021-02-25 19:16:51 +01:00
spoken_instructions.lua Tests don't have to be in the same directory anymore; add sanity check; add instruction generation to lua file output 2020-05-20 16:19:59 +02:00
str_split.lua Add turn cost factor calculation to itinero 2.0 2022-06-01 14:15:38 +02:00
stringToTags.lua Add snippets, more fixes to 'must_match', various small iprovements 2021-04-05 18:33:46 +02:00
sum.lua Use 'pairs' instead of 'ipairs' so that functions don't break on lists with nil, fix various small bugs 2020-09-07 18:44:44 +02:00
table_to_list.lua If attributes_to_keep is nil, don't write to it 2022-10-12 15:18:48 +02:00
test.sh Add small testing script 2022-06-01 14:15:53 +02:00
to_string.lua Initial commit 2020-04-30 17:23:44 +02:00
unitTest.lua Rework output system: apply 'Tags', add many rewriting rules, add tests 2022-09-06 18:46:01 +02:00
unitTestProfile.lua Typesystem and profile updates 2020-06-16 17:37:32 +02:00
unitTestProfile2.lua Add unfolded generation of lua for better performance 2021-03-05 14:48:42 +01:00