Go to file
Vftdan 174d57666b Allow passing fallback value for constant resolution 2024-08-16 11:56:04 +02:00
nodes Config section for integer constants 2024-08-16 10:12:20 +02:00
.gitignore Initial commit 2024-08-13 23:33:52 +02:00
Makefile Add "tee" node type 2024-08-15 22:12:23 +02:00
config.c Allow passing fallback value for constant resolution 2024-08-16 11:56:04 +02:00
config.cfg Config section for integer constants 2024-08-16 10:12:20 +02:00
config.h Allow passing fallback value for constant resolution 2024-08-16 11:56:04 +02:00
defs.h Make the program unaware in compile time of the node types 2024-08-15 20:57:17 +02:00
event_predicate.c Rename event filters to predicates 2024-08-16 01:52:25 +02:00
event_predicate.h Rename event filters to predicates 2024-08-16 01:52:25 +02:00
events.c Fix linked list bug in event_replicate() 2024-08-15 22:10:55 +02:00
events.h Add global event list destructor 2024-08-15 21:26:21 +02:00
graph.c Config section for integer constants 2024-08-16 10:12:20 +02:00
graph.h Config section for integer constants 2024-08-16 10:12:20 +02:00
hash_table.c Implement hash table and use it for node lookup 2024-08-15 17:35:51 +02:00
hash_table.h Implement hash table and use it for node lookup 2024-08-15 17:35:51 +02:00
main.c Config section for integer constants 2024-08-16 10:12:20 +02:00
modifiers.h Initial commit 2024-08-13 23:33:52 +02:00
module_registry.c Make the program unaware in compile time of the node types 2024-08-15 20:57:17 +02:00
module_registry.h Make the program unaware in compile time of the node types 2024-08-15 20:57:17 +02:00
processing.c Typesafe wrapper around calloc 2024-08-15 16:53:02 +02:00
processing.h Add newtypes for absolute and relative time 2024-08-14 13:47:55 +02:00
time.h Add newtypes for absolute and relative time 2024-08-14 13:47:55 +02:00