index
:
bjc-utils2.git
trunk
Miscellaneous utilities and support code
Ben Culkin
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
BJC-Utils2
/
src
/
main
/
java
/
bjc
/
utils
/
parserutils
Age
Commit message (
Expand
)
Author
2016-08-28
Tossed attempt at subrule-supported parser
bculkin2442
2016-08-24
Added tentative support for subrules
bculkin2442
2016-07-28
Format/Cleanup pass
bculkin2442
2016-05-11
Minor changes
bculkin2442
2016-05-10
General update
bculkin2442
2016-05-07
General changes
bculkin2442
2016-04-25
General code cleanup, and some more GUI controls
bculkin2442
2016-04-22
Formatting changes
bculkin2442
2016-04-22
Formatting changes
bculkin2442
2016-04-18
Minor code changes
bculkin2442
2016-04-17
Code maintenace and changes
bculkin2442
2016-04-13
Fixed examples using trees
bculkin2442
2016-04-13
Implemented new tree abstraction
bculkin2442
2016-04-11
Work on restructing data.
bculkin2442
2016-04-11
Added new method to pairs and holders
bculkin2442
2016-04-08
Switch functional data to use interfaces
bculkin2442
2016-04-06
Minor bugfixes/changes, as well as beginnings of CLI systems
bculkin2442
2016-04-04
Minor changes
bculkin2442
2016-04-03
Code maintenance and changes
bculkin2442
2016-04-03
General code refactoring and maintenance
bculkin2442
2016-03-31
More code maintenance
bculkin2442
2016-03-30
Moved IPrecedent into the only package that uses it
bculkin2442
2016-03-30
Adjusted shunting yard for multiple nesting levels.
bculkin2442
2016-03-27
Mild formatting tweaks
bculkin2442
2016-03-27
Modified tree constructor to support "special" operators
bculkin2442
2016-03-27
Made a couple of private methods protected
bculkin2442
2016-03-22
General formatting changes
bculkin2442
2016-03-22
General formatting cleanup and documentation update
bculkin2442
2016-03-22
Fixed bug in AST traversal
bculkin2442
2016-03-21
Minor polishing of things
bculkin2442
2016-03-21
Cleaned up imports
bculkin2442
2016-03-18
Trimmed some unnecessary imports
bculkin2442
2016-03-18
Added a thing to build ASTs from shunted (postfix) expressions
bculkin2442
2016-03-18
Added simple implementation of an AST
bculkin2442
2016-03-18
Moved exceptions to their own package
bculkin2442
2016-02-29
General code cleanup
bculkin2442
2016-02-21
Added parser for rule-based config files.
bculkin2442
2016-02-21
Some refactoring and commenting
bculkin2442
2016-01-26
Added shunting-yard algorithm
bculkin2442