summaryrefslogtreecommitdiff
path: root/JPratt/src/main/java/bjc
AgeCommit message (Collapse)Author
2024-06-03Rename package to new domainHEADtrunkBenjamin Culkin
Rename the package to the new domain
2023-10-25Merge branch 'trunk' of git@ashardalon.com:jpratt.git into trunkBen Culkin
2023-10-25TweakBen Culkin
2023-10-25Tweak for new setupbjculkin
2023-06-25Minor cleanupsBen Culkin
2022-09-27Minor changesBen Culkin
2022-08-16Refactor to add backtracking supportBen Culkin
This probably doesn't help w/ error messages, but it enables some cool ideas where syntax can be reused in cases where it would otherwise be invalid
2022-07-17Add support for panfix operatorsBen Culkin
Panfix operators are inspired by Chris Pressey's Quythulg esolang
2020-12-03Adapt to esodata changesBen Culkin
2020-12-01Add some commentsBen Culkin
2020-10-06Info cleanupBen Culkin
2020-04-12Adjust to BJC-Utils changesBen Culkin
Several packages were moved from BJC-Utils to esodata. This adjusts to those changes
2020-04-06Cleanup some warningsBen Culkin
2018-03-05Updatestudent
2018-03-01Format passbjculkin
2018-02-15Formatting and thingsbjculkin
2017-04-12Package reorganizationbjculkin
2017-04-12Add support for meta-commandsbjculkin
Meta-commands allow you to implement meta-operators, whose behavior changes based off of tokens that follow.
2017-04-11Add exceptions to sample lang.bculkin2442
2017-04-11Cleanupbculkin2442
2017-04-10More work on parse blocksbculkin2442
2017-04-10Cleanupbculkin2442
2017-04-10Warning resolutionbculkin2442
2017-04-05Reorganizebjculkin
2017-03-31Move Pratt Parser to new projectbjculkin