.. |
basetype.c
|
Add functions for basetypes and their entries in tables.
|
2018-04-17 12:07:22 -07:00 |
custom.c
|
Use reference counting for types.
|
2018-04-17 22:14:28 -07:00 |
debug.c
|
Make distinction between prefix and postfix unary operators in trees.
|
2018-03-17 18:25:23 -07:00 |
lexer.c
|
Replace C++-style comments with C90 compatible ones.
|
2018-03-18 19:21:09 -07:00 |
libabacus.c
|
Use reference counting for types.
|
2018-04-17 22:14:28 -07:00 |
main.c
|
Create main source file.
|
2018-02-03 23:49:52 -08:00 |
parser.c
|
Use reference counting for types.
|
2018-04-17 22:14:28 -07:00 |
parsetype.c
|
Use reference counting for types.
|
2018-04-17 22:14:28 -07:00 |
ref_trie.c
|
Add initial implementation of a reference counting trie.
|
2018-04-06 23:55:56 -07:00 |
ref_vec.c
|
Add a vector of reference counted values.
|
2018-03-31 22:18:36 -07:00 |
refcount.c
|
Add a null reference that doesn't call malloc.
|
2018-04-06 23:53:40 -07:00 |
reserved.c
|
Register reserved operators as tokens.
|
2018-03-16 23:09:11 -07:00 |
table.c
|
Add functions for basetypes and their entries in tables.
|
2018-04-17 12:07:22 -07:00 |
tree.c
|
Use reference counting for types.
|
2018-04-17 22:14:28 -07:00 |
trie.c
|
Implement foreach for the trie.
|
2018-03-24 20:40:42 -07:00 |
util.c
|
Implement resolving basetypes.
|
2018-04-19 23:17:54 -07:00 |
value.c
|
Merge type and parsetype into a single struct.
|
2018-04-17 15:49:09 -07:00 |