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
/
pdabuild.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
eliminating EOF region concept to reduce static data
Adrian Thurston
2013-04-07
1
-3
/
+10
*
eliminated the default region and namespace
Adrian Thurston
2013-04-07
1
-1
/
+1
*
split TokenRegion into Region and Impl
Adrian Thurston
2013-04-07
1
-2
/
+4
*
collect-ignore property and pointers rephrased to 'zero'
Adrian Thurston
2013-04-07
1
-3
/
+3
*
various improvements supporting multiple parsers in one program
Adrian Thurston
2013-03-02
1
-0
/
+5
*
eliminated all pointers between regions except collectIgnore to ignoreOnly
Adrian Thurston
2013-02-27
1
-6
/
+8
*
put ciLel into collectIgnore region and eliminated isCiLel
Adrian Thurston
2013-02-27
1
-1
/
+1
*
deleting dead code
Adrian Thurston
2013-02-27
1
-15
/
+0
*
removed isIgnoreOnly and isCiOnly from RegionInfo
Adrian Thurston
2013-02-27
1
-2
/
+0
*
use TokenDef::regionSet instead of TokenDef::tokenRegion
Adrian Thurston
2013-02-27
1
-1
/
+1
*
eliminated ciRegion from LangEl, just go through regionSet
Adrian Thurston
2013-02-28
1
-4
/
+2
*
point to tokenDef from LangEl
Adrian Thurston
2013-02-26
1
-6
/
+6
*
removed tdLangEl from token instance, using version in token def
Adrian Thurston
2013-02-24
1
-1
/
+1
*
renamed TokenDef to TokenInstance
Adrian Thurston
2013-02-23
1
-9
/
+9
*
some cleanup: bool ignore -> isIgnore
Adrian Thurston
2013-02-18
1
-2
/
+2
*
took name out of the RegionInfo struct (runtime)
Adrian Thurston
2013-02-16
1
-2
/
+0
*
removed the fsmrun.h header, which was empty
Adrian Thurston
2013-02-09
1
-1
/
+0
*
completed unification of the Input and Stream types
Adrian Thurston
2013-01-05
1
-1
/
+0
*
input locations should either be taken from files, or set to 'internal'
Adrian Thurston
2012-09-15
1
-3
/
+5
*
removing old COLM_LOG defines and vars
Adrian Thurston
2012-08-24
1
-9
/
+7
*
name fixes Repl -> Cons
Adrian Thurston
2012-08-18
1
-17
/
+17
*
revert "moved 'colm' dir to 'src'"
Adrian Thurston
2012-08-01
1
-0
/
+2088
*
moved 'colm' dir to 'src'
Adrian Thurston
2012-07-01
1
-2091
/
+0
*
class name change ParseData -> Compiler
Adrian Thurston
2012-05-26
1
-39
/
+39
*
putting collect-ignores in the grammar as zero-length tokens
Adrian Thurston
2012-05-25
1
-3
/
+0
*
cleanup of collect-ignore
Adrian Thurston
2012-05-25
1
-3
/
+3
*
collect-ignore implementation
Adrian Thurston
2012-05-24
1
-0
/
+3
*
experimenting with use of a nonterm for collecting ignores.
Adrian Thurston
2012-05-24
1
-13
/
+34
*
added a syntax for specifying no ignores
Adrian Thurston
2012-05-23
1
-8
/
+10
*
improvements to ignore handling in the parser
Adrian Thurston
2012-05-22
1
-6
/
+23
*
eliminated the IgnoreTree struct.
Adrian Thurston
2012-05-21
1
-2
/
+2
*
first checkin on no-kid-flags and no-ignore-dupes branch
Adrian Thurston
2012-05-20
1
-1
/
+30
*
a follow-ignore that appears to work
Adrian Thurston
2012-05-19
1
-14
/
+22
*
pre-regions, towards follow ignores
Adrian Thurston
2012-05-19
1
-5
/
+29
*
Use the parse trees in the bindings array. Probably can turn this into a bit in
Adrian Thurston
2012-05-17
1
-1
/
+1
*
Call the parse tree flags PF_*.
Adrian Thurston
2012-05-16
1
-7
/
+7
*
ARTIFICIAL and NAMED flags now used only in parse trees.
Adrian Thurston
2012-05-16
1
-6
/
+0
*
AF_TERM_DUP now stays out of the data parse tree node. The NAMED and ARTIFICIAL
Adrian Thurston
2012-05-16
1
-10
/
+8
*
Going to move more flags into the parse tree nodes. Verifying that they are
Adrian Thurston
2012-05-16
1
-12
/
+39
*
Eliminated PtKid. Worked on first test run (!).
Adrian Thurston
2012-05-14
1
-4
/
+4
*
Eliminated the pt macro.
Adrian Thurston
2012-05-14
1
-6
/
+4
*
Only advance reductions where we need to for parse_stop.
Adrian Thurston
2012-05-13
1
-0
/
+33
*
Fill nodes using the data tree.
Adrian Thurston
2012-05-11
1
-60
/
+58
*
Going to eliminate the use of state in when building patterns and replacements.
Adrian Thurston
2012-05-11
1
-55
/
+64
*
Don't add attributes to parse tree nodes.
Adrian Thurston
2012-05-06
1
-2
/
+2
*
Some more protection for treeChild calls. Need to stop creating attributes for
Adrian Thurston
2012-05-06
1
-2
/
+3
*
Named TREEs (patterns/replacements) have attribute children, but their parse
Adrian Thurston
2012-05-05
1
-2
/
+5
*
Instead of copying the incoming tree into the data shadow, the incoming tree is
Adrian Thurston
2012-05-05
1
-1
/
+1
*
Use the shadow tree when pulling data out of nodes in pattern and replacement
Adrian Thurston
2012-05-05
1
-2
/
+2
*
When constructing we need to pull ignores from the shadow tree.
Adrian Thurston
2012-05-04
1
-20
/
+24
[next]