summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version bump to colm 0.13.0.6colm-0.13.0.6Adrian Thurston2018-05-181-2/+2
* generate unescape only if neededAdrian Thurston2018-05-182-2/+14
* merged the WC and WV versions of SEND TEXT, TREE, STREAMAdrian Thurston2018-05-153-149/+58
* merged the PARSE_LOAD instruction into SENDAdrian Thurston2018-05-153-24/+30
* merged the EXIT instructions into PARSE_FRAGAdrian Thurston2018-05-153-46/+20
* merged PCR_CALL into PARSE_FRAG instructionsAdrian Thurston2018-05-153-64/+62
* removed stopId from parse frag instructionAdrian Thurston2018-05-155-66/+19
* unified parse frag and finishAdrian Thurston2018-05-158-206/+118
* verify operating on a parser in SEND_EOF instructionsAdrian Thurston2018-05-151-4/+6
* added an instruction for the final reduce commitAdrian Thurston2018-05-155-14/+28
* init stop_id when a parser is constructedAdrian Thurston2018-05-145-15/+18
* use SEND_EOF instruction for setting and restoring EOF bitAdrian Thurston2018-05-144-20/+39
* don't issue parse finish instructions if parse stop enabledAdrian Thurston2018-05-142-18/+18
* don't use parse finish to pull out parse result, use dedeicated instructionAdrian Thurston2018-05-144-21/+9
* merged two cases in stream_append_textAdrian Thurston2018-05-141-12/+1
* removed TREE_TO_STR from evaluateParseAdrian Thurston2018-05-141-6/+0
* don't TRIM trees in parse and embed-stringAdrian Thurston2018-05-141-2/+2
* sending trees: converted the TO_STR to a print inside the SEND_TEXTAdrian Thurston2018-05-142-10/+38
* cloned the SEND_TREE instruction as SEND_TEXTAdrian Thurston2018-05-133-9/+113
* stringify when sending to streamsAdrian Thurston2018-05-132-4/+2
* added a SEND_EOF instructionAdrian Thurston2018-05-133-2/+16
* added stds, a list of streams, used for bare sendsAdrian Thurston2018-05-1312-8/+88
* allow sending to lists of streamsAdrian Thurston2018-05-122-0/+10
* The type word_t declarationKonstantin Podsvirov2018-05-126-11/+32
* merged the WC and WV versions of parse instructionsAdrian Thurston2018-05-114-142/+53
* assert we always have an instruction to return to in PCR_RETAdrian Thurston2018-05-111-4/+1
* don't disable parse revert based on what's being manpiulatedAdrian Thurston2018-05-112-6/+6
* track at runtime if revert is enabledAdrian Thurston2018-05-112-1/+26
* stash exec->stream and exec->pcr on PCR callAdrian Thurston2018-05-101-74/+69
* stash steps on parse call, not beginning of parse sequenceAdrian Thurston2018-05-101-19/+29
* moved all the parse finish codegen to one functionAdrian Thurston2018-05-092-65/+45
* parsing bytecodes now operate on stream, finding the parser behind itAdrian Thurston2018-05-084-104/+134
* some bytecode renamingAdrian Thurston2018-05-083-32/+32
* removed print statements, using only the send statementAdrian Thurston2018-05-076-257/+0
* don't convert to a string when sending a tree to a streamAdrian Thurston2018-05-071-2/+1
* removed XML and postfix print, implemented remaining print with sendAdrian Thurston2018-05-073-36/+74
* allow sending to streams via IN_PARSE_APPEND_WCAdrian Thurston2018-05-072-13/+46
* take input file from first argumentAdrian Thurston2018-05-071-1/+3
* made the postfix print into a functionAdrian Thurston2018-05-064-0/+38
* added xml() and xmlac(), which which collect xml to stringsAdrian Thurston2018-05-064-0/+88
* allocate a unique struct id for streamsAdrian Thurston2018-05-056-3/+8
* added a pointer from a parser stream back to parserAdrian Thurston2018-05-052-0/+2
* added gets() to parser, which returns the streamAdrian Thurston2018-05-053-0/+11
* removed some commented-out codeAdrian Thurston2018-05-052-58/+9
* replacing the void LEL with a keyword and TYPE_VOID (non-tree)Adrian Thurston2018-05-0410-29/+26
* don't downref values of void typeAdrian Thurston2018-05-041-5/+5
* don't downref the map in the map list lengthAdrian Thurston2018-05-041-2/+0
* don't downref args in the list iter destroy, not treesAdrian Thurston2018-05-041-2/+4
* fixed downref of struct in rcode downrefsAdrian Thurston2018-05-041-6/+5
* fixed downref of list struct in list-lengthAdrian Thurston2018-05-041-1/+0