.. |
basetype.h
|
Remove unused base type variant.
|
2018-04-17 12:55:41 -07:00 |
custom.h
|
Allow tree-based function implementations.
|
2018-04-20 09:26:18 -07:00 |
debug.h
|
Add comments to the debug header.
|
2018-02-27 11:08:14 -08:00 |
lexer.h
|
Make a single "operator" token, and specialize after parse.
|
2018-03-17 20:56:25 -07:00 |
libabacus.h
|
Add function to compile a type from its string.
|
2018-04-20 14:54:23 -07:00 |
parser.h
|
Use reference counting for types.
|
2018-04-17 22:14:28 -07:00 |
parsetype.h
|
Use reference counting for types.
|
2018-04-17 22:14:28 -07:00 |
ref_trie.h
|
Add initial implementation of a reference counting trie.
|
2018-04-06 23:55:56 -07:00 |
ref_vec.h
|
Add a vector of reference counted values.
|
2018-03-31 22:18:36 -07:00 |
refcount.h
|
Add a null reference that doesn't call malloc.
|
2018-04-06 23:53:40 -07:00 |
reserved.h
|
Remove unused (and non-existent) header from code.
|
2018-03-30 20:51:11 -07:00 |
result.h
|
Add results for bad types.
|
2018-04-17 12:55:30 -07:00 |
table.h
|
Add functions for basetypes and their entries in tables.
|
2018-04-17 12:07:22 -07:00 |
tree.h
|
Use reference counting for types.
|
2018-04-17 22:14:28 -07:00 |
trie.h
|
Implement foreach for the trie.
|
2018-03-24 20:40:42 -07:00 |
util.h
|
Implement resolving basetypes.
|
2018-04-19 23:17:54 -07:00 |
value.h
|
Merge type and parsetype into a single struct.
|
2018-04-17 15:49:09 -07:00 |