summaryrefslogtreecommitdiff
path: root/dice-lang/src/bjc/dicelang/v2
AgeCommit message (Collapse)Author
2017-03-01Package reorganizationbjculkin
2017-02-28Fix unary operatorsbculkin2442
I'm not entirely happy with how they work. I may just move to a 'immediate' operator mode sort of like how a forth would.
2017-02-27Seperate tokenizerbjculkin
2017-02-27More refactoringbjculkin
2017-02-27Pacakge reorganizationbjculkin
2017-02-27Fix merge breakagebculkin2442
2017-02-27Merge branch 'master' of https://github.com/bculkin2442/dice-langbculkin2442
Conflicts: dice-lang/src/bjc/dicelang/v2/DiceBox.java
2017-02-27Dice mathbculkin2442
2017-02-26Dice mathbculkin2442
2017-02-24Updatebjculkin
2017-02-24Updatebjculkin
2017-02-24Work on unary operatorsbculkin2442
Specifically, the coercive operator for allowing mixing floats and ints
2017-02-23Fix bug in expander ('+' in 5+ was being eaten)bculkin2442
Also, pass around a general context instead of just the thunk in the evaluator
2017-02-22Update to allow backflow during step-evalsbculkin2442
2017-02-21Error & dice handlingbculkin2442
2017-02-20Error & dice handlingbculkin2442
2017-02-19Lots of things, but mostly evaluationbculkin2442
2017-02-16Update to lib changesbculkin2442
2017-02-16Basic stream commandsbculkin2442
2017-02-16Preprocessor and better stringsbculkin2442
2017-02-13Flexadecimals are cool, as are longsbculkin2442
2017-02-13Lexer/shunter workbculkin2442
2017-02-11More dice workbculkin2442
2017-02-11Parse double and some dicebculkin2442
2017-02-10Working string literalsbculkin2442
2017-02-09Refactorbculkin2442
2017-02-09Remove junk filesbculkin2442
2017-02-09Start on dice-lang rewrite. Yay for destringing commandsbculkin2442