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
/
parser.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
colm: added outdent check on literal concatenations
Adrian Thurston
2020-01-09
1
-0
/
+6
*
moved the original colm src dir to /colm
Adrian Thurston
2019-09-08
1
-0
/
+1122
*
renamed colm dir to src
Adrian Thurston
2013-06-08
1
-946
/
+0
*
put temporaries for refs of expressions on the stack, pop after the call
Adrian Thurston
2013-06-03
1
-10
/
+1
*
first pass at taking refs of temps for non-referencable expressions
Adrian Thurston
2013-06-03
1
-5
/
+12
*
added a production naming mechanism, results in enum generated
Adrian Thurston
2013-05-19
1
-2
/
+2
*
added a function export syntax and call adapter
Adrian Thurston
2013-04-16
1
-3
/
+3
*
can now put '.' or 'eos' on the end of a send to finish a parser
Adrian Thurston
2013-04-14
1
-3
/
+3
*
parse expression returns the tree type, added 'error' global
Adrian Thurston
2013-04-13
1
-1
/
+1
*
eliminated the root region
Adrian Thurston
2013-04-08
1
-10
/
+0
*
eliminating EOF region concept to reduce static data
Adrian Thurston
2013-04-07
1
-3
/
+0
*
split TokenRegion into Region and Impl
Adrian Thurston
2013-04-07
1
-15
/
+26
*
collect-ignore property and pointers rephrased to 'zero'
Adrian Thurston
2013-04-07
1
-1
/
+0
*
eliminated RegionDef
Adrian Thurston
2013-04-06
1
-4
/
+0
*
more elimination of 'internal' location
Adrian Thurston
2013-03-27
1
-2
/
+2
*
implemented if blocks
Adrian Thurston
2013-03-20
1
-0
/
+9
*
removed references to lmparse.h
Adrian Thurston
2013-03-17
1
-1
/
+3
*
code cleanup: eliminated the bootstrap base parser, camel-cased C++ vars
Adrian Thurston
2013-03-12
1
-1
/
+1
*
wrapped the appending of production el to the cur list
Adrian Thurston
2013-03-08
1
-0
/
+7
*
moved some parser initialzation that was in main into BaseParser::init
Adrian Thurston
2013-03-03
1
-0
/
+8
*
building up the bootstrap grammar, have a list of define-like prods
Adrian Thurston
2013-03-02
1
-12
/
+0
*
eliminated insideRegion from ParseData (really belonged in BaseParser).
Adrian Thurston
2013-03-01
1
-19
/
+16
*
moved parser bootstrap code into bootstrap.cc
Adrian Thurston
2013-03-01
1
-220
/
+0
*
moved parser support code out of lmparse and into a base class
Adrian Thurston
2013-03-01
1
-0
/
+1164