issues
search
LanguageDev
/
Yoakke
A collection of libraries for implementing compilers in .NET.
https://languagedev.github.io/Yoakke/
Apache License 2.0
143
stars
7
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add bit precision to hex int literals
#164
kant2002
closed
1 week ago
0
More supported C literals
#163
kant2002
closed
1 week ago
1
.NET SDK 6.0.428
#162
kant2002
closed
1 week ago
0
Ctoken does not support modern suffixes
#161
kant2002
closed
1 week ago
0
Add support for left bracket escaping in the regex.
#160
kant2002
closed
2 months ago
0
Allow escape ] inside `[]` construct
#159
kant2002
closed
7 months ago
0
Incorrect rule breaks source generator
#158
kant2002
opened
8 months ago
0
Fix GetHashCode for tokens without backing location
#157
kant2002
closed
10 months ago
0
Source generators does not account for visibility of lexers.
#156
kant2002
opened
1 year ago
0
Allow use Main-less Program.cs
#155
kant2002
closed
1 year ago
0
Cannot define Lexer and Parser in the Program.cs without classes
#154
kant2002
closed
1 year ago
0
Add support for \ as token
#153
kant2002
closed
1 year ago
2
Cannot use `\` as token.
#152
kant2002
closed
1 year ago
0
There no way to use End inside rules
#151
kant2002
opened
1 year ago
0
Assign location to tokens
#150
kant2002
closed
10 months ago
7
Performance & Benchmarks
#149
WhiteBlackGoose
opened
2 years ago
9
Fixed bug
#148
WhiteBlackGoose
closed
2 years ago
0
Generate a "top" method for the parser which invokes the top rule
#147
WhiteBlackGoose
opened
2 years ago
0
Strong naming
#146
WhiteBlackGoose
closed
2 years ago
1
Unsupported Regex
#145
fubar-coder
closed
7 months ago
1
Update ParserAttribute.cs
#144
LPeter1997
closed
2 years ago
0
Add auto-generated tag to the generated and injected files
#143
LPeter1997
closed
2 years ago
0
Add // <auto-generated /> to the generated files
#142
fubar-coder
closed
2 years ago
4
Escape single-quotes in char literal template
#141
LPeter1997
closed
2 years ago
0
Unsupported Regex
#140
fubar-coder
closed
2 years ago
1
A case of parser backtracking not being supported
#138
ForNeVeR
opened
2 years ago
3
Create a grammar library that works on CF grammars
#137
LPeter1997
opened
2 years ago
0
Rework the automata library along with the interval-based collections
#136
LPeter1997
opened
2 years ago
0
Made the SGs work with the new incremental API
#135
LPeter1997
closed
2 years ago
0
Seal up classes not intended for inheritance
#134
LPeter1997
opened
2 years ago
0
Port the SGs to the new incremental API
#133
LPeter1997
closed
2 years ago
0
Reworked SGs to use Scriban
#132
LPeter1997
closed
2 years ago
0
Rework Source Generators to work with T4
#131
LPeter1997
closed
2 years ago
0
docs: add eltociear as a contributor for doc
#130
allcontributors[bot]
closed
2 years ago
0
Fix typo in ParseError.cs
#129
eltociear
closed
2 years ago
2
Restructuring the library
#128
LPeter1997
closed
2 years ago
0
docs: add kant2002 as a contributor for code, test
#127
allcontributors[bot]
closed
2 years ago
0
docs: add ForNeVeR as a contributor for bug, ideas, userTesting
#126
allcontributors[bot]
closed
2 years ago
0
docs: add furesoft as a contributor for bug, ideas
#125
allcontributors[bot]
closed
2 years ago
0
docs: add sharwell as a contributor for bug
#124
allcontributors[bot]
closed
2 years ago
0
docs: add colejohnson66 as a contributor for doc
#123
allcontributors[bot]
closed
2 years ago
0
Update all-contributors
#122
LPeter1997
closed
2 years ago
13
Optional left recursion doesn't seem to work properly
#121
ForNeVeR
opened
2 years ago
3
Webassembly backend
#120
furesoft
opened
2 years ago
0
IR-Parser take endless amount of memory
#118
furesoft
opened
2 years ago
1
Add more keywords from C standard
#117
kant2002
closed
2 years ago
1
Ability to disable Cyrillic and other non Latin characters in C syntax
#116
kant2002
closed
2 years ago
4
Fixed potential massive slowdown with lexer generator
#115
LPeter1997
closed
2 years ago
1
Lexer.Generator is slow in generating of a token with many definitions
#114
ForNeVeR
closed
2 years ago
3
Minor grammar tweak
#113
colejohnson66
closed
3 years ago
1
Next