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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Capture info now propagated to the runtime data. In make token, the LEL's list
Adrian Thurston
2009-02-28
6
-17
/
+60
*
Some work on unifying the marking facilities for trailing context and sub-regex
Adrian Thurston
2009-02-27
14
-67
/
+87
*
Got trailing context working. The marks are not yet shifted when the with the
Adrian Thurston
2009-02-27
15
-116
/
+94
*
removed some duplicate position updates
Adrian Thurston
2009-02-26
1
-2
/
+3
*
When the scanner is generated we can decide then if we need to call a token
Adrian Thurston
2009-02-26
3
-67
/
+45
*
Can now have generation code blocks on ignore tokens. The send function now
Adrian Thurston
2009-02-26
2
-53
/
+94
*
The print_xml function now omits attributes and comments. Now use print_xml_ac
Adrian Thurston
2009-02-26
8
-16
/
+44
*
Need to escape '<', '>', and '&'.
Adrian Thurston
2009-02-25
1
-1
/
+7
*
cleaned up a large function
Adrian Thurston
2009-02-25
2
-113
/
+125
*
Added the plus operator.
Adrian Thurston
2009-02-25
9
-35
/
+101
*
Can now set the precedence of a production as you can in bison.
Adrian Thurston
2009-02-22
4
-25
/
+58
*
implemented nonassoc
Adrian Thurston
2009-02-22
2
-3
/
+24
*
Fix to last commit.
Adrian Thurston
2009-02-22
2
-5
/
+7
*
Started precedence implementation.
Adrian Thurston
2009-02-22
6
-4
/
+130
*
The getKlangEl now always creates tokens with the Unknown tpe. If it comes back
Adrian Thurston
2009-02-16
4
-43
/
+36
*
Don't allow KW_Def statements to add to a the production list. This is left o...
Adrian Thurston
2009-02-16
1
-34
/
+32
*
Unset action orderings are a reality due to the fact that we are using LALR(1).
Adrian Thurston
2009-02-15
1
-11
/
+5
*
label the states
Adrian Thurston
2009-02-15
1
-2
/
+2
*
Parse errors in patterns and constructors now report the line number in the
Adrian Thurston
2009-02-15
8
-41
/
+69
*
A couple fixes to the last patch.
Adrian Thurston
2009-02-13
2
-3
/
+6
*
Now using a single parse table with multiple entry points, instead of multiple
Adrian Thurston
2009-02-13
14
-154
/
+220
*
got graphviz output working
Adrian Thurston
2009-02-08
6
-304
/
+62
*
Can now install and run colm from the installed location.
Adrian Thurston
2009-02-07
2
-10
/
+22
*
Colm logging and target logging are now turned on with -v and -l. No need to
Adrian Thurston
2009-02-07
6
-27
/
+67
*
In the colm-only code guard log statements with a runtime flag. In the runtime
Adrian Thurston
2009-02-07
11
-272
/
+703
*
Reorganized the src variables. All sources are now a combination of RUNTIME and
Adrian Thurston
2009-02-07
1
-15
/
+19
*
Can use qualifications in yield statements.
Adrian Thurston
2009-02-07
1
-1
/
+8
*
Need to pop the reference param qualifications after destroying the iterator ...
Adrian Thurston
2009-02-07
2
-3
/
+7
*
REF_FROM_QUAL_REF needs to fetch the field. After a call with reference args
Adrian Thurston
2009-02-07
5
-4
/
+71
*
Started on producing refefences from qualified items. Working on calling
Adrian Thurston
2009-02-06
5
-13
/
+144
*
Fixed a broken reference to flags (from alg) that was wrapped in an ifdef
Adrian Thurston
2009-02-06
1
-1
/
+1
*
The make_tree and make_token functions now produce normal non-parse trees. The
Adrian Thurston
2008-11-23
6
-76
/
+65
*
Removed the parse algorithm data from the Tree structure. Not sending ignore
Adrian Thurston
2008-11-22
6
-20
/
+34
*
More on the distinction between parse trees and simple trees, though they are
Adrian Thurston
2008-11-22
3
-53
/
+56
*
Start differentiating between trees and parse trees.
Adrian Thurston
2008-11-22
7
-12
/
+48
*
Removed the Alg data structure from the program. Sorted out some issues with
Adrian Thurston
2008-11-21
4
-48
/
+17
*
Moved the fields from the Alg structure into Tree.
Adrian Thurston
2008-11-21
6
-102
/
+95
*
Start on the movement of algorithm data back to the tree structure. Use a flag
Adrian Thurston
2008-11-21
3
-4
/
+19
*
Added some comments for the AF_ flags. Changed AF_GENERATED to AF_TERM_DUP to
Adrian Thurston
2008-11-20
5
-88
/
+111
*
Warning and error fixes for compiling with g++ 4.3.2.
Adrian Thurston
2008-11-13
5
-7
/
+7
*
Be a bit more careful about when we save and restore the original lhs parse
Adrian Thurston
2008-11-12
6
-30
/
+88
*
Removed Alg::parsed.
Adrian Thurston
2008-11-12
2
-6
/
+0
*
In the commit code restore the tree from the tree pointer extracted from the
Adrian Thurston
2008-11-12
1
-3
/
+3
*
Don't need to clear the entire vm_stack.
Adrian Thurston
2008-11-12
1
-2
/
+1
*
Use the result of the RESTORE_LHS after running undo code. Assert the result
Adrian Thurston
2008-11-12
3
-12
/
+18
*
Stop using parsed_downref and instead downref parsed in the rcode_downref under
Adrian Thurston
2008-11-12
4
-103
/
+9
*
Need a VM stack for parsing patterns. The VM stack is now used for more than
Adrian Thurston
2008-11-11
3
-5
/
+17
*
In XML output print the ignore tokens ahead of the token and on the same level.
Adrian Thurston
2008-11-11
3
-25
/
+76
*
When committing we need to take into account the causeReduce of the next input
Adrian Thurston
2008-11-11
3
-10
/
+17
*
Need to consider causeReduce when backing up over rcode in the the commit fun...
Adrian Thurston
2008-11-10
1
-11
/
+56
[next]