aboutsummaryrefslogtreecommitdiff
path: root/testsuite/bc.tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* bc: unbreak read(), remove checks for nested read()Denys Vlasenko2018-12-221-0/+15
* bc: fix for() to not leave data on stackDenys Vlasenko2018-12-211-0/+15
* bc: for(;;) fix from upstreamDenys Vlasenko2018-12-211-0/+5
* bc: fix keyword matching to not think "ifz" is the "if" keywordDenys Vlasenko2018-12-201-0/+5
* bc: fix "echo -n '#foo' | bc" not eating last 'o'Denys Vlasenko2018-12-181-0/+5
* bc: remove "error after expression parsing" checkDenys Vlasenko2018-12-171-0/+5
* bc: store only index in p->exits, it's the only thing used thereDenys Vlasenko2018-12-161-0/+17
* bc: remove redundant JUMP generation when parsing 'while'Denys Vlasenko2018-12-161-0/+27
* bc: simplify use of "ip" in loop parsing functionsDenys Vlasenko2018-12-161-0/+31
* bc: fix "print 1,2,3" parsingDenys Vlasenko2018-12-161-0/+5
* bc: fold zbc_parse_else() into its only callerDenys Vlasenko2018-12-161-0/+5
* bc: fixes for multi-line if/while/forDenys Vlasenko2018-12-161-0/+10
* bc: fix handling of 'return' not in functions, and 'define f()<newline>{...}'Denys Vlasenko2018-12-161-0/+5
* bc: partially rewrite parser, tests pass, ^C might be broken nowDenys Vlasenko2018-12-161-0/+5
* bc: lexer debugging, added some failing test casesDenys Vlasenko2018-12-151-0/+20
* bc: fix another thinkoDenys Vlasenko2018-12-131-0/+10
* bc: fix comment handlingDenys Vlasenko2018-12-131-0/+12
* testsuite: add bc and dc testsDenys Vlasenko2018-12-121-0/+19