summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | experimenting with EOS, very roughAdrian Thurston2013-01-273-9/+32
| |/
| * copy data into fsm run just ahead of the consume callsAdrian Thurston2013-01-271-9/+25
* | proper, non-recursive implementation of clear parse treeAdrian Thurston2013-02-061-17/+34
|/
* Add gcc 4.7 supportAnton Ageev2013-01-204-15/+15
* ignore input files with numbers on the end (testing including)Adrian Thurston2013-01-201-0/+1
* test for no-ignore option on tokensAdrian Thurston2013-01-073-0/+72
* added support for pushing streamsAdrian Thurston2013-01-075-24/+50
* completed unification of the Input and Stream typesAdrian Thurston2013-01-0511-82/+25
* towards unifying input and stream typesAdrian Thurston2013-01-054-37/+16
* towards compositional streamsAdrian Thurston2013-01-052-4/+8
* removed pointers from FsmRun back to attached streamsAdrian Thurston2013-01-013-53/+19
* adding missing stream class renames to code generationAdrian Thurston2013-01-015-9/+9
* removed file and fd from Stream struct, it is in the StreamImpl classAdrian Thurston2012-12-313-10/+8
* 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