This website requires JavaScript.
Explore
Help
Sign In
DanilaFe
/
Abacus
Watch
1
Star
0
Fork
0
You've already forked Abacus
mirror of
https://github.com/DanilaFe/abacus
synced
2026-01-10 01:05:20 +00:00
Code
Issues
Releases
Wiki
Activity
Files
53065f8374486b99c6ec06cea324e9198174b860
Abacus
/
src
/
org
/
nwapw
/
abacus
/
tree
History
Danila Fedorin
1d7134e7f3
Make the decimal matching optional.
2017-07-28 09:52:14 -07:00
..
FunctionNode.java
Switch all uses of *List, *Map to just List and Map.
2017-07-27 18:19:12 -07:00
NumberNode.java
Implement toString in child nodes of TreeNode.
2017-07-26 17:26:55 -07:00
NumberReducer.java
Fix several bugs and register operations as operations.
2017-07-27 14:15:45 -07:00
OpNode.java
Move parsing code into TreeBuilder, change lexing and parsing algorithms
2017-07-27 13:25:57 -07:00
Reducer.java
Implement the ability to reduce a tree to a single variable of a type.
2017-07-26 10:58:27 -07:00
TokenType.java
Add ignoring whitespace and fix function precedence.
2017-07-27 16:36:13 -07:00
TreeBuilder.java
Make the decimal matching optional.
2017-07-28 09:52:14 -07:00
TreeNode.java
Implement correct plugin loading and registration.
2017-07-27 14:06:57 -07:00