summaryrefslogtreecommitdiff
path: root/colm/ctinput.cpp
Commit message (Expand)AuthorAgeFilesLines
* Finished off the porting to C.Adrian Thurston2010-04-271-0/+4
* No longer using RtVector for bidings. It is only for CodeVector now.Adrian Thurston2010-04-181-0/+25
* More C portingAdrian Thurston2010-04-171-3/+3
* More C porting.Adrian Thurston2010-04-151-18/+18
* More porting to C.Adrian Thurston2010-04-141-34/+16
* Merged all the InputStream structs into one.Adrian Thurston2010-04-141-48/+47
* Remaining porting to InputFuncs.Adrian Thurston2010-04-131-6/+11
* More porting to the InputFuncs. Almost there.Adrian Thurston2010-04-131-67/+79
* More porting to InputFuncs.Adrian Thurston2010-04-131-2/+4
* More porting to InputFuncs.Adrian Thurston2010-04-121-8/+16
* More porting to the InputFuncs struct.Adrian Thurston2010-04-121-65/+21
* Use the new C InputFunc struct for virtual InputStream::getData().Adrian Thurston2010-04-121-11/+84
* trying out pointer-to-func structs for the input streamsAdrian Thurston2010-04-111-2/+16
* more cleanup of function names.Adrian Thurston2010-03-281-1/+1
* Conversion of many functions from _ to camel case for consistency throughout.Adrian Thurston2010-03-271-2/+2
* Some cleanup of the static input streams.Adrian Thurston2010-03-181-104/+16
* Moved the *Impl interface into the Static and Dynamic input classes.Adrian Thurston2010-03-181-0/+103
* Going to leave InputStream as just the interface and provide two kinds ofAdrian Thurston2010-03-181-2/+2
* Some reorganization of the input stream. Going to use a common implementationAdrian Thurston2010-03-151-16/+15
* More prep for merging RunBuf and AccumData.Adrian Thurston2010-03-141-2/+2
* Working on the parsing instructions.Adrian Thurston2010-03-081-4/+2
* Testing a method of undoing parse frag by using a count of consumed tokens.Adrian Thurston2010-02-051-0/+3
* Trying out pushing of whole trees onto an input stream.Adrian Thurston2009-11-271-3/+2
* Added more fsmRun pointers to where they will be needed when runBuf is teasedAdrian Thurston2009-11-111-4/+4
* Some cleanup of parameter lists. Reordered the PdaRun, FsmRun and inputStreamAdrian Thurston2009-11-111-1/+1
* Removed the global set of token records. Instead putting location informationAdrian Thurston2009-09-271-1/+1
* Experimenting with printing tokens from the global token record, rather fromAdrian Thurston2009-09-241-1/+1
* Use Expressions, not Terms in replacements.Adrian Thurston2009-09-171-3/+3
* Completely removed dependence on Aapl includes in the runtime library.Adrian Thurston2009-09-161-0/+25
* Eliminated sendBackText from Input. This was used only for Repl and PatternAdrian Thurston2009-04-071-13/+10
* Moved the compile-time InputStream classes (Pattern & Replacement parsing) toAdrian Thurston2009-04-061-0/+276