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
/
src
/
parser.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
some nameing cleanup around list and list el
Adrian Thurston
2015-06-06
1
-3
/
+3
*
replacing list and map with vlist and vmap
Adrian Thurston
2015-06-06
1
-4
/
+34
*
fixed identification of tree map keys, which fixes the key downref
colm-barracuda-v2
colm-barracuda-v1
Adrian Thurston
2015-04-19
1
-1
/
+1
*
first cut of C extensions
Adrian Thurston
2015-04-01
1
-0
/
+12
*
code cleanup and movement
Adrian Thurston
2015-02-15
1
-6
/
+5
*
some code cleanup, clone removal
Adrian Thurston
2015-02-13
1
-0
/
+31
*
revert "removed GPL license file and stripped GPL headers"
Adrian Thurston
2015-01-23
1
-0
/
+17
*
support recursive list elements references
Adrian Thurston
2015-01-18
1
-1
/
+1
*
set the argv_el id when creating the structs
Adrian Thurston
2015-01-11
1
-3
/
+5
*
some work on list access and traversal
Adrian Thurston
2015-01-05
1
-0
/
+1
*
Context renamed to StructDef
Adrian Thurston
2015-01-05
1
-6
/
+5
*
some cleanup in the parser/loader
Adrian Thurston
2015-01-05
1
-3
/
+3
*
push towards embedded list elements
Adrian Thurston
2015-01-04
1
-1
/
+56
*
some name changing context -> struct
Adrian Thurston
2015-01-04
1
-14
/
+14
*
don't allocate a constructor for parse statements
Adrian Thurston
2015-01-04
1
-9
/
+4
*
cleanup in the struct declaration
Adrian Thurston
2015-01-03
1
-14
/
+9
*
merged StructDef and Context structs
Adrian Thurston
2015-01-03
1
-10
/
+5
*
some cleanup in the struct declaration
Adrian Thurston
2015-01-03
1
-7
/
+6
*
removed the context form, can only declare structs now
Adrian Thurston
2015-01-02
1
-19
/
+3
*
rolling over to struct type for stream
Adrian Thurston
2014-12-28
1
-1
/
+22
*
converted the global object to a struct
Adrian Thurston
2014-12-25
1
-3
/
+7
*
hacked together some struct (non-tree) semantics
Adrian Thurston
2014-12-19
1
-0
/
+16
*
added struct, struct field and corresponding instructions
Adrian Thurston
2014-12-14
1
-2
/
+3
*
some name shortening
Adrian Thurston
2014-12-14
1
-2
/
+3
*
eliminated more of the bools from ObjectField
Adrian Thurston
2014-12-14
1
-2
/
+0
*
specify the type of the ObjectField when it is created
Adrian Thurston
2014-12-13
1
-6
/
+9
*
renamed parsedata.h -> compiler.h
Adrian Thurston
2014-12-12
1
-1
/
+1
*
removed object-based typerefs for generics
Adrian Thurston
2014-11-08
1
-1
/
+1
*
cleanup in the TypeRef type enum
Adrian Thurston
2014-11-08
1
-2
/
+2
*
allow keyword 'struct' as synonym of 'context'
Adrian Thurston
2014-11-04
1
-3
/
+3
*
use the new list2 type for argv
Adrian Thurston
2014-11-03
1
-1
/
+1
*
testing auto translation of list2<T> to ptr<list<T>>
Adrian Thurston
2014-11-03
1
-9
/
+17
*
removed GPL license file and stripped GPL headers
Adrian Thurston
2014-10-22
1
-17
/
+0
*
added parse_tree for sending constructed trees (orig parse behaviour)
Adrian Thurston
2014-07-06
1
-2
/
+2
*
send is now converting trees to strings, old behaviour with moved to send_tree
Adrian Thurston
2014-07-01
1
-0
/
+9
*
new syntax for collect-ignore tokens: token <id> -
Adrian Thurston
2014-01-18
1
-22
/
+6
*
added wrapper function for current namespace
Adrian Thurston
2014-01-06
1
-22
/
+13
*
added function for the current context
Adrian Thurston
2014-01-06
1
-17
/
+12
*
removed curScope from ObjectDef, track it in BaseParser
Adrian Thurston
2014-01-05
1
-27
/
+30
*
removed popScope from ObjectDef
Adrian Thurston
2014-01-05
1
-1
/
+1
*
moved curLocalFrame into the parser class
Adrian Thurston
2014-01-05
1
-20
/
+20
*
some code cleanup: Form and constructor arg order
Adrian Thurston
2014-01-05
1
-6
/
+4
*
create object defs for literal tokens
Adrian Thurston
2014-01-04
1
-1
/
+4
*
store current context in var ref
Adrian Thurston
2014-01-01
1
-8
/
+15
*
some code movement of lookup functions, additional const qualifiers
Adrian Thurston
2013-12-31
1
-4
/
+8
*
renamed ObjectDef::scope to curScope
Adrian Thurston
2013-12-31
1
-5
/
+5
*
store the current scope in LangStmt::ForLoop, use if creating triter var ref
Adrian Thurston
2013-12-31
1
-2
/
+2
*
pass the current scope to VarRef cons
Adrian Thurston
2013-12-31
1
-6
/
+7
*
store parsed TypeRef and VarRef in TypeRef
Adrian Thurston
2013-12-30
1
-6
/
+8
*
trying out name "Form" for abstract syntax tree types
Adrian Thurston
2013-12-30
1
-2
/
+2
[next]