apfl/src
2022-01-05 00:25:41 +01:00
..
apfl.h Implement evaluating container member access 2022-01-05 00:25:41 +01:00
common.h Initial commit 2021-12-15 21:47:17 +01:00
error.c Add tests for some parsing errors 2021-12-19 00:27:34 +01:00
eval.c Implement evaluating container member access 2022-01-05 00:25:41 +01:00
expr.c Move {=>apfl_}print_indented out of expr.c 2022-01-02 16:53:26 +01:00
hashmap.c values: Split lists into read-only lists and editable lists 2022-01-04 23:11:38 +01:00
hashmap.h values: Split lists into read-only lists and editable lists 2022-01-04 23:11:38 +01:00
hashmap_foo.c Hashmap demo: Fix hashing string 2022-01-04 21:28:38 +01:00
internal.c Fix refcounted strings 2022-01-04 21:22:46 +01:00
internal.h values: Split lists into read-only lists and editable lists 2022-01-04 23:11:38 +01:00
main.c main.c: Add repl mode switching 2022-01-02 17:22:22 +01:00
Makefile.am Implement evaluating dictionary literals 2022-01-04 21:51:44 +01:00
parser.c resizable: Replace grow_cap function 2022-01-02 17:16:32 +01:00
parser_test.c strings: Add apfl_string_blank() and doucment apfl_string_copy() 2022-01-02 17:01:51 +01:00
position.c Initial commit 2021-12-15 21:47:17 +01:00
resizable.c resizable: Replace grow_cap function 2022-01-02 17:16:32 +01:00
resizable.h resizable: Replace grow_cap function 2022-01-02 17:16:32 +01:00
source_readers.c Add apfl_string_source_reader 2021-12-16 22:49:41 +01:00
strings.c Fix refcounted strings 2022-01-04 21:22:46 +01:00
test.h test.h: Make test functions static 2021-12-18 16:09:03 +01:00
token.c Initial commit 2021-12-15 21:47:17 +01:00
tokenizer.c Continue work on parser 2021-12-15 21:47:17 +01:00
tokenizer_test.c Add apfl_string_eq macro 2022-01-02 16:51:19 +01:00
value.c Implement evaluating container member access 2022-01-05 00:25:41 +01:00