summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* unification of stream typesAdrian Thurston2012-12-3112-265/+317
* unified SourceStream and InputStream structsAdrian Thurston2012-12-311-19/+8
* getDataImpl -> getDataSourceAdrian Thurston2012-12-302-7/+7
* improved variable namingAdrian Thurston2012-12-303-133/+133
* removed handlesLine from InputStream, always falseAdrian Thurston2012-12-302-20/+12
* removed unused position info from source streamAdrian Thurston2012-12-303-21/+1
* removed handlesLine from SourceStream, not usedAdrian Thurston2012-12-302-6/+0
* removed file and fd from InputStreamAdrian Thurston2012-12-301-4/+0
* removing unused vars from source input streamsAdrian Thurston2012-12-301-13/+3
* track eof in fd-backed source streamAdrian Thurston2012-12-301-2/+8
* removed an old debugging statementAdrian Thurston2012-12-301-4/+0
* test case for printing to stdoutAdrian Thurston2012-12-303-0/+14
* implemented stdout and stderrAdrian Thurston2012-12-305-13/+53
* issue 18 (printing to named streams) completeAdrian Thurston2012-12-291-0/+0
* more simplification: removed isSigned from keyOps and host typeAdrian Thurston2012-12-293-82/+6
* more simplifyingAdrian Thurston2012-12-294-75/+24
* some simplification of fsm graph key operatorsAdrian Thurston2012-12-291-41/+10
* more condition code removal in fsm graphAdrian Thurston2012-12-294-207/+1
* code cleanup in fsm graphAdrian Thurston2012-12-298-176/+4
* code cleanup in fsm graphAdrian Thurston2012-12-295-494/+0
* initial changelog describing 0.8Adrian Thurston2012-12-291-0/+11
* adjusted the pubdate for the 0.8 taggingcolm-0.80.8Adrian Thurston2012-12-291-1/+1
* verify namespace start end namesAdrian Thurston2012-12-212-1/+6
* update test cases for changes in parent commitAdrian Thurston2012-12-1926-538/+550
* replaced namespace and context curlies with KW .. endAdrian Thurston2012-12-191-2/+2
* updated test for lex scope syntaxAdrian Thurston2012-12-1871-250/+124
* eliminated curlies for lex scope, using lex ... endAdrian Thurston2012-12-183-2/+3
* removed lexical region name from test casesAdrian Thurston2012-12-1671-124/+125
* removed the region nameAdrian Thurston2012-12-162-10/+10
* removed graphDict from ParseDataAdrian Thurston2012-12-163-17/+9
* no longer storing the token region nameAdrian Thurston2012-12-163-6/+8
* fixed typo-bug in buffer growth in str collectionAdrian Thurston2012-10-191-1/+1
* fix for error reporting in function lookupAdrian Thurston2012-09-171-2/+1
* few more improvements to input location trackingAdrian Thurston2012-09-153-12/+12
* input locations should either be taken from files, or set to 'internal'Adrian Thurston2012-09-1511-79/+95
* refactoring the constructor/pattern parsing to eliminate clonesAdrian Thurston2012-09-152-62/+41
* simple parse error reporting for constructor and matchingAdrian Thurston2012-09-151-11/+28
* couple fixes, need vm_root and fixed globalsAdrian Thurston2012-09-092-1/+6
* merge branch 'master'Adrian Thurston2012-09-091-2/+2
|\
| * merge branch 'master'Adrian Thurston2012-09-0913-31/+25
| |\
| * | version bump to 0.8, will release soonAdrian Thurston2012-09-061-2/+2
* | | bring back globalsAdrian Thurston2012-09-094-2/+34
| |/ |/|
* | store the parse error in PdaRun, make it accessible with member on parser typeAdrian Thurston2012-09-0813-31/+25
|/
* some cleanupAdrian Thurston2012-09-024-35/+11
* don't delete the program in pattern compilation, need to verify correctness f...Adrian Thurston2012-09-021-1/+0
* test case for nested call points. valid when the stack block size drops to 1Adrian Thurston2012-09-022-0/+15
* deleted the old test harnessAdrian Thurston2012-09-022-896/+0
* valgrind usage worksAdrian Thurston2012-09-021-10/+5
* free the reserve stack blockAdrian Thurston2012-09-021-0/+5
* use a stack size of 8192 wordsAdrian Thurston2012-09-021-2/+1