issues
search
inspirer
/
textmapper
Lexer and Parser generator
http://textmapper.org
MIT License
110
stars
25
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
added an option to control whether the generated lexer should skip bom
#77
KimiWaRokkuWoKikanai
closed
1 month ago
0
Update cc_token_h.go.tmpl comment style
#76
secretlyshannon
closed
2 months ago
1
Add tokenName and simplify tokenStr in cc_token_h.go.templ
#75
secretlyshannon
closed
2 months ago
0
set() can now reference other named token sets
#74
superbobry
opened
1 year ago
0
Rename token.Token to token.Type
#73
superbobry
closed
1 year ago
0
Avoid using strings.CutSuffix to stay compatible with go1.18
#72
jmorcos
closed
1 year ago
0
Support empty productions in willShift.
#71
Ahhhhmed
closed
1 year ago
0
Go version of textmapper: 'noUnwind' and 'nounwind' get the same ID in generated code (potential workaround?)
#70
mewmew
opened
1 year ago
0
Problems trying to convert PostgreSQL-16 grammar
#69
mingodad
opened
1 year ago
5
Collaborate to develop a good parser tool
#68
mingodad
opened
1 year ago
2
Example C++ JSON parser
#67
vii
closed
1 year ago
0
More debug messages in error recovery.
#66
jdb
opened
1 year ago
0
Removes references to %shift, expand the Dangling Else problem and ambiguities.
#65
jdb
closed
8 months ago
0
Bump socket.io-parser from 4.2.1 to 4.2.3 in /java/tm-tool/tests/javascript
#64
dependabot[bot]
opened
1 year ago
0
Example for C++ JSON lexer generated code
#63
vii
closed
1 year ago
0
Bump engine.io and socket.io in /java/tm-tool/tests/javascript
#62
dependabot[bot]
opened
1 year ago
0
Fix "open syntax/token/token.go: no such file or directory" on `textmapper generate`
#61
jdb
closed
1 year ago
1
Added few minor tweaks to reportIgnoredToken()
#60
superbobry
closed
1 year ago
0
Update js.tm
#59
Ahhhhmed
closed
1 year ago
1
Allowed specifying attributes for lexems without a pattern/priority
#58
superbobry
closed
1 year ago
0
Allowed trailing comma in array expressions
#57
superbobry
closed
1 year ago
0
Bump ua-parser-js from 0.7.31 to 0.7.33 in /tm-tool/tests/javascript
#56
dependabot[bot]
closed
1 year ago
0
Bump json5 from 2.2.1 to 2.2.3 in /tm-tool/tests/javascript
#55
dependabot[bot]
closed
1 year ago
0
Bump engine.io from 6.2.0 to 6.2.1 in /tm-tool/tests/javascript
#54
dependabot[bot]
closed
1 year ago
0
Document the options for parser generation.
#53
jdb
opened
2 years ago
0
Bump minimist from 1.2.5 to 1.2.6 in /tm-tool/tests/javascript
#52
dependabot[bot]
closed
1 year ago
0
Allowed accessing the symbol associated with a nonterminal via ${self[...].sym}
#51
superbobry
closed
2 years ago
1
update js.tm content
#50
Ahhhhmed
closed
1 year ago
2
Simplified how ignored tokens are reported
#49
superbobry
closed
2 years ago
0
~ character in the package name breaks generated code
#47
rnestertsov
opened
3 years ago
0
all: format source code and import statements using goimports
#46
mewmew
closed
3 years ago
0
Linkify all headers
#45
superbobry
closed
3 years ago
0
parse to ast error
#44
pupiles
closed
3 years ago
0
Bump junit from 4.8.2 to 4.13.1 in /tm-tool/samples/js
#43
dependabot[bot]
closed
3 years ago
1
Bump junit from 4.8.2 to 4.13.1 in /tm-tool
#42
dependabot[bot]
closed
3 years ago
1
Change Identifier to BindingIdentifier in MappedType
#41
Ahhhhmed
closed
4 years ago
0
Change type for 'this' in AssertType to be ThisType
#40
Ahhhhmed
closed
4 years ago
0
Support {eoi} in patterns
#39
superbobry
closed
4 years ago
0
tm-parser/js: regenerate lexer table using `textmapper generate js.tm`
#38
mewmew
closed
3 years ago
1
tm-parsers/js/js.tm: test case failing with "The on-disk content differs from the generated one"
#37
mewmew
closed
3 years ago
1
report line and column of syntax error when parsing
#36
mewmew
opened
4 years ago
2
Always prefix tokens containing non-ASCII characters with "char".
#35
mewmew
closed
4 years ago
4
jar: error while generating a sublexer that matches {eoi} as invalid_token
#34
nazavode
closed
5 years ago
2
tm-parsers/tm_test: undefined: tm.SOFT
#33
mewmew
closed
5 years ago
0
bug: parser and Parser return parameters in different order
#32
ddosakura
closed
5 years ago
1
tm-go: avoid collision of token names for character literals; error: '|' and 'or' get the same ID in generated code
#31
mewmew
opened
5 years ago
2
Mark all ParserTest methods with t.Helper()
#30
LuckyGeck
closed
5 years ago
0
Proposal: return value types in To*Node() to reduce allocations
#29
pwaller
opened
5 years ago
4
use boolean return to distinguish optional fields on AST nodes
#28
mewmew
closed
6 years ago
1
proposal: use boolean in multiple return value to distinguish optional fields on AST nodes
#27
mewmew
closed
6 years ago
6
Next