aboutsummaryrefslogtreecommitdiffstats
path: root/parser.c
AgeCommit message (Expand)Author
2020-04-19can compile againHEADmasterClyne Sullivan
2018-04-24single-letter vars, size & append, string indexingClyne Sullivan
2018-04-13arrays, implicit multiplyClyne Sullivan
2018-04-02memory leak fixClyne Sullivan
2018-04-02fixed string memory leaksClyne Sullivan
2018-04-02change load/run style, hunt for memory leaksClyne Sullivan
2018-03-29expose inew_numberClyne Sullivan
2018-03-29documentation, error fixes, organizationClyne Sullivan
2018-03-28allow solve to error safelyClyne Sullivan
2018-03-25Added shell and licensingClyne Sullivan
2018-03-23more error detectionClyne Sullivan
2018-03-22testing new features, imp. mult & negativesClyne Sullivan
2018-03-21many bug fixes, minimizing memory/leaksClyne Sullivan
2018-03-21interpreter overhaul, should be betterClyne Sullivan
2018-03-08implicit multiply, negatives, solveClyne Sullivan
2018-03-07added else, order of opsClyne Sullivan
2018-03-07big changes; no ints; things work betterClyne Sullivan
2018-03-05leak fix for scripted returnsClyne Sullivan
2018-02-27stable for calculatorClyne Sullivan
2018-02-22memory leak fixes, stuffClyne Sullivan
2018-02-20stdlib independence, fixes for calculatorClyne Sullivan
2018-02-12indent fixes, nested conditionalsClyne Sullivan
2018-02-07loop fixClyne Sullivan
2018-02-07conditionals, returns, cleaner codeClyne Sullivan
2018-02-06conditionals: if, do/whileClyne Sullivan
2018-02-05nested expressions, svalueClyne Sullivan
2018-02-01jumps and functionsClyne Sullivan
2018-01-31better expressions, type handlingClyne Sullivan
2018-01-30expressions, type fluidityClyne Sullivan
2018-01-29rewrite; a lot better nowClyne Sullivan
2018-01-23var define/expansionClyne Sullivan
2018-01-23initial commitClyne Sullivan