index
:
delta/colm.git
arm-host-types
colm-0.10
colm-0.7
colm-0.9
copy-on-consume
default-build-dir
into-src
literal-concatenation
master
no-bare-send
pullscan
token-redef
github.com: adriandt/colm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
colm
/
ctinput.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
moved source files into commit repository
Adrian Thurston
2020-03-14
1
-570
/
+0
*
colm: using an unsigned char as alph type in scanner
Adrian Thurston
2020-01-08
1
-13
/
+14
*
colm: fixes for backtracking in constructors and patterns
Adrian Thurston
2019-12-29
1
-3
/
+22
*
testing left-recursive lists <* and <+ and sublists in productions
Adrian Thurston
2019-12-14
1
-1
/
+1
*
moved the original colm src dir to /colm
Adrian Thurston
2019-09-08
1
-0
/
+550
*
renamed colm dir to src
Adrian Thurston
2013-06-08
1
-497
/
+0
*
pass file name to streams, set in location
Adrian Thurston
2013-04-06
1
-2
/
+2
*
set new token location in the consume function
Adrian Thurston
2013-04-06
1
-2
/
+2
*
active realm is now stored in Program
Adrian Thurston
2013-03-29
1
-1
/
+1
*
various improvements supporting multiple parsers in one program
Adrian Thurston
2013-03-02
1
-28
/
+26
*
completed removed FsmRun from InputStream interface
Adrian Thurston
2013-02-09
1
-2
/
+2
*
removed FsmRun arg from getData and getParseBlock input interfaces
Adrian Thurston
2013-02-09
1
-5
/
+4
*
removed the fsmrun.h header, which was empty
Adrian Thurston
2013-02-09
1
-1
/
+0
*
took skip out of the getData interface, not needed
Adrian Thurston
2013-02-06
1
-2
/
+2
*
getData continues until length data is copied
Adrian Thurston
2013-02-06
1
-36
/
+16
*
return the amount copied from getData
Adrian Thurston
2013-02-05
1
-12
/
+12
*
refraining from copying in getParsBlock, basics working
Adrian Thurston
2013-02-03
1
-8
/
+6
*
return pointer to data bclok from getParseBlock
Adrian Thurston
2013-02-02
1
-2
/
+6
*
forked the getData input function into getParseBlock
Adrian Thurston
2013-02-02
1
-0
/
+96
*
removed the attach/detach calls
Adrian Thurston
2013-01-28
1
-4
/
+0
*
towards compositional streams
Adrian Thurston
2013-01-05
1
-0
/
+4
*
unification of stream types
Adrian Thurston
2012-12-31
1
-27
/
+27
*
improved variable naming
Adrian Thurston
2012-12-30
1
-84
/
+84
*
removed unused position info from source stream
Adrian Thurston
2012-12-30
1
-8
/
+0
*
removed handlesLine from SourceStream, not used
Adrian Thurston
2012-12-30
1
-2
/
+0
*
removing old COLM_LOG defines and vars
Adrian Thurston
2012-08-24
1
-10
/
+4
*
name fixes Repl -> Cons
Adrian Thurston
2012-08-18
1
-44
/
+44
*
renamed Replacement to Constructor
Adrian Thurston
2012-08-11
1
-5
/
+5
*
revert "moved 'colm' dir to 'src'"
Adrian Thurston
2012-08-01
1
-0
/
+439
*
moved 'colm' dir to 'src'
Adrian Thurston
2012-07-01
1
-439
/
+0
*
Use the parse trees in the bindings array. Probably can turn this into a bit in
Adrian Thurston
2012-05-17
1
-14
/
+8
*
Don't need to copy flags from data tree into parse tree.
Adrian Thurston
2012-05-16
1
-2
/
+0
*
Call the parse tree flags PF_*.
Adrian Thurston
2012-05-16
1
-1
/
+1
*
Removed the AF_PARSE_TREE flag, no longer necessary.
Adrian Thurston
2012-05-16
1
-1
/
+0
*
ARTIFICIAL and NAMED flags now used only in parse trees.
Adrian Thurston
2012-05-16
1
-2
/
+1
*
Took the args specific to compile-time out of makeTokenWithData. Those
Adrian Thurston
2012-05-16
1
-1
/
+6
*
Now translating only the parseTree->id to termDup from nonterminals. The data
Adrian Thurston
2012-05-16
1
-2
/
+0
*
The IL_ATTACHED flags belong in the parse tree flags, not the data tree.
Adrian Thurston
2012-05-15
1
-4
/
+1
*
Don't need to mirror Tree anymore. Removed some ParseTree fields.
Adrian Thurston
2012-05-14
1
-2
/
+0
*
Eliminated PtKid. Worked on first test run (!).
Adrian Thurston
2012-05-14
1
-2
/
+1
*
Eliminated the pt macro.
Adrian Thurston
2012-05-14
1
-1
/
+1
*
Pointers to parse trees in the pda run are now using the parse tree structs
Adrian Thurston
2012-05-14
1
-3
/
+2
*
Taking out most of the copies of parse tree fields that copy from the data tree
Adrian Thurston
2012-05-06
1
-6
/
+0
*
Pushing the parse tree wrap right into the remaining tree creation/send
Adrian Thurston
2012-05-06
1
-3
/
+23
*
Pushing parseTreeWrap further up into the functions that create/inject.
Adrian Thurston
2012-05-06
1
-2
/
+4
*
Copyright notice updating.
Adrian Thurston
2012-01-18
1
-1
/
+1
*
Cleanup.
Adrian Thurston
2012-01-01
1
-2
/
+2
*
More input stream buildup. refs #341.
Adrian Thurston
2011-12-31
1
-24
/
+52
*
Need to clear any buffered data when dropping back into the bytecode loop from
Adrian Thurston
2011-12-31
1
-14
/
+45
*
Work on the compile time input streams. refs #341
Adrian Thurston
2011-12-31
1
-46
/
+54
[next]