This website requires JavaScript.
Explore
Help
Sign In
Experiments
/
libabacus
Watch
1
Star
0
Fork
0
You've already forked libabacus
Code
Issues
4
Pull Requests
Releases
Wiki
Activity
7ab5eba529
libabacus
/
include
History
Danila Fedorin
7ab5eba529
Make distinction between prefix and postfix unary operators in trees.
2018-03-17 18:25:23 -07:00
..
custom.h
Store the operator type in the corresponding table entry.
2018-03-17 17:38:13 -07:00
debug.h
Add comments to the debug header.
2018-02-27 11:08:14 -08:00
lexer.h
Register reserved operators as tokens.
2018-03-16 23:09:11 -07:00
libabacus.h
Store function / operator types when they are registered.
2018-03-15 19:41:11 -07:00
parser.h
Add the ability to parse types.
2018-03-06 16:47:11 -08:00
parsetype.h
Add a parse type struct, used to hold type data as it is parsed.
2018-03-06 16:45:43 -08:00
reserved.h
Register reserved operators as tokens.
2018-03-16 23:09:11 -07:00
result.h
Rename header files.
2018-02-11 22:32:42 -08:00
table.h
Use new table features to improve searching for operators.
2018-03-17 18:01:52 -07:00
tree.h
Make distinction between prefix and postfix unary operators in trees.
2018-03-17 18:25:23 -07:00
util.h
Add utility functions for copying strings.
2018-03-06 16:45:55 -08:00