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
*
eliminate usage of --transform from tar -cf command
Adrian Thurston
2020-01-31
1
-2
/
+3
*
colm: modified calling convention for colm wrapper
Adrian Thurston
2020-01-09
5
-85
/
+116
*
colm: use a string's location (if present) when pushing to an input
Adrian Thurston
2020-01-09
6
-44
/
+46
*
colm: added outdent check on literal concatenations
Adrian Thurston
2020-01-09
2
-45
/
+97
*
colm: eliminated the range-crosses-zero hack needed when alphtype was signed
Adrian Thurston
2020-01-08
2
-29
/
+4
*
colm: using an unsigned char as alph type in scanner
Adrian Thurston
2020-01-08
15
-96
/
+122
*
colm: removed flags field from the kid struct
Adrian Thurston
2020-01-08
2
-7
/
+9
*
suppress unused variable warning for when --disable-debug is used
Adrian Thurston
2020-01-07
1
-3
/
+13
*
fixed the variable capture in read_word on 32 bit systems
Adrian Thurston
2020-01-05
1
-6
/
+6
*
merge branch 'literal-concatenation'
Adrian Thurston
2020-01-03
2
-34
/
+51
|
\
|
*
colm: testing a new grammar where string concatenations are allowed
literal-concatenation
Adrian Thurston
2019-12-28
2
-34
/
+51
*
|
colm: folding some long lines in input and stream implementations
Adrian Thurston
2020-01-03
2
-35
/
+70
*
|
colm-pack: don't try to tar up results when colm failes
Adrian Thurston
2020-01-03
1
-1
/
+3
*
|
updated colm-pack wrapper: parse args first then switch on output
Adrian Thurston
2020-01-03
2
-50
/
+51
*
|
using a wrapper script to achieve one output per run
Adrian Thurston
2020-01-02
4
-31
/
+97
*
|
colm: implemented IN_SET_RHS_VAL_WC and stubbed related
Adrian Thurston
2019-12-30
4
-0
/
+61
*
|
some whitespace fixes: spaces to tabs
Adrian Thurston
2019-12-29
1
-4
/
+4
*
|
Fix for compiling with clang 9.01 on android
mingodad
2019-12-29
2
-5
/
+5
*
|
colm: fixes for backtracking in constructors and patterns
Adrian Thurston
2019-12-29
1
-3
/
+22
*
|
colm rewriting: break when we create a new prod
Adrian Thurston
2019-12-28
2
-1
/
+4
|
/
*
colm: proper implementation of both left and right recursion in c++
Adrian Thurston
2019-12-27
9
-50
/
+66
*
colm rewriting: newly generated prods should go above where they are created
Adrian Thurston
2019-12-27
1
-40
/
+48
*
allow simple variable defs in colm bootstrap grammar
Adrian Thurston
2019-12-27
2
-2
/
+32
*
Created a common superclass for the export classes
Adrian Thurston
2019-12-27
4
-52
/
+57
*
some improvements to the --with-colm build option
Adrian Thurston
2019-12-26
1
-4
/
+7
*
left/right-independent iterator for repeats in top-down loads
Adrian Thurston
2019-12-26
6
-119
/
+201
*
use left-recursing in the colm grammar
Adrian Thurston
2019-12-22
13
-70
/
+142
*
with-colm build: need to make tar dir, added a check for the colm bin
Adrian Thurston
2019-12-22
1
-1
/
+1
*
cmake: restore project
Konstantin Podsvirov
2019-12-16
2
-6
/
+38
*
loadcolm cannot be shared by bootstrap0 and colm
Adrian Thurston
2019-12-15
6
-2872
/
+2880
*
build system fixes
Adrian Thurston
2019-12-15
1
-8
/
+15
*
testing left-recursive lists <* and <+ and sublists in productions
Adrian Thurston
2019-12-14
5
-4
/
+88
*
colm: generate an archive (using makefile) when outputing multiple files
Adrian Thurston
2019-12-14
2
-22
/
+42
*
colm: added an extra bootstrap stage, allowing transformations
Adrian Thurston
2019-12-13
3
-31
/
+58
*
colm: add -R option, which allows hex ranges to cross 0
Adrian Thurston
2019-12-11
4
-8
/
+31
*
allow use of token keyword for literal defs
Adrian Thurston
2019-11-29
1
-1
/
+5
*
allow backtick literals to have an end quote.
Adrian Thurston
2019-11-28
2
-2
/
+8
*
revert "exclude ? from position 2+ of literal token"
Adrian Thurston
2019-11-28
1
-5
/
+2
*
declaring stable version 0.13.1 of colm and 7.0.1 of ragel
Adrian Thurston
2019-11-18
2
-4
/
+4
*
Use inidices (not indicies) as plural of index.
Adrian Thurston
2019-11-09
6
-21
/
+21
*
exclude ? from position 2+ of literal token
Adrian Thurston
2019-11-07
1
-2
/
+5
*
cmake: restore project
Konstantin Podsvirov
2019-10-23
1
-36
/
+8
*
renamed toklen to tokpref and use it just for prefix
Adrian Thurston
2019-10-16
5
-47
/
+55
*
added --with-colm option for building colm parser with an external colm
Adrian Thurston
2019-10-15
2
-14
/
+41
*
don't use include as a grammar definition name
Adrian Thurston
2019-10-15
2
-6
/
+6
*
the no-ignore syntax in bootstrap1 updated to match main colm lang
Adrian Thurston
2019-10-15
2
-7
/
+9
*
need to reset tokend when a pre-region scan fails
Adrian Thurston
2019-10-13
1
-0
/
+1
*
colm: need to have config.h so that --enable-debug works
Adrian Thurston
2019-10-11
3
-1
/
+6
*
error message fix for literal reference not found
Adrian Thurston
2019-09-26
1
-1
/
+1
*
warning suppress: use NULL as sentinal in execl call
Adrian Thurston
2019-09-26
1
-1
/
+1
[next]