issues
search
ziglang
/
zig-spec
MIT License
170
stars
32
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add CFLAGS to Makefile
#59
BreadTom
opened
5 days ago
0
Check if the tests actually pass under the current compiler
#58
Ben-Miller0
opened
1 month ago
0
Rename grammar file
#57
mattmundell
closed
1 month ago
2
Simplify PEG syntax in grammar
#56
ekaitz-zarraga
closed
2 months ago
2
Grammar allows for operations preceding break/continue keywords
#55
connorjclark
opened
2 months ago
0
added check that the test files are valid zig under the current compiler spec
#54
Ben-Miller0
closed
1 month ago
1
What is LoopTypeExpr supposed to match?
#53
McSinyx
closed
7 months ago
2
grammar: fix ASCII range typo
#52
McSinyx
closed
7 months ago
0
Looking for a Simplified Zig Grammar in BNF for Flex/Bison Parsing
#51
Yeaseen
closed
8 months ago
1
grammar: add destructure syntax
#50
mlugg
closed
1 year ago
0
Added support and tests for multivariable for loop syntax
#49
DaJobat
closed
1 year ago
0
Grammar does not support new for loop syntax
#48
DaJobat
closed
1 year ago
0
grammar: improve the IDENTIFIER rule
#47
perillo
closed
1 year ago
1
parser: improve diagnostic error context
#46
perillo
closed
1 year ago
0
grammar: fix incorrect indentation in ContainerField
#45
perillo
closed
1 year ago
0
check_parser: improve error reporting
#44
perillo
closed
1 year ago
0
Update grammar.y
#43
perillo
opened
1 year ago
12
parser: improve error reporting
#42
perillo
closed
1 year ago
1
roadmap to spec
#40
matu3ba
opened
2 years ago
4
Clarification about reinterpreting memory through over-sized type
#39
topolarity
opened
2 years ago
0
grammar clarifications regarding tabs and carriage returns
#38
andrewrk
opened
3 years ago
18
change `AsmExpr` and `ParamDecl` / `ParamType` to match parser
#37
mattbork
closed
3 years ago
0
separate container declarations from fields and disallow declarations between fields
#36
mattbork
closed
3 years ago
0
Disallow `1.e9` and `0x1.p9` as float literals
#35
ifreund
closed
3 years ago
0
change `FLOAT` to allow trailing dot on float literals
#34
mattbork
closed
3 years ago
4
change `suspend;` to `suspend {}` in async_fn.zig test
#33
mattbork
closed
3 years ago
0
Change grammar to require or disallow types on fields for different containers
#32
mattbork
closed
3 years ago
10
Require an explicit type for container fields
#31
ifreund
closed
3 years ago
1
Trying to validate grammar
#30
markfirmware
opened
3 years ago
16
check_parser.sh spelling
#29
markfirmware
closed
3 years ago
0
Disallow pointer modifiers on array types
#28
ifreund
closed
3 years ago
0
Container doc comments only valid at start of containers
#27
ifreund
closed
3 years ago
0
gh actions check_parser
#26
markfirmware
closed
3 years ago
0
Installing peg
#25
markfirmware
closed
3 years ago
3
add sync script to push grammar.y into langref.
#24
thejoshwolfe
closed
3 years ago
1
better error messages from check_parser.sh
#23
thejoshwolfe
closed
3 years ago
0
update test grammar to allow test {}
#22
g-w1
closed
3 years ago
0
Use $(CC) instead of cc as C compiler
#21
ehaas
closed
3 years ago
1
Add support for doc comments (///) and container doc comments (//!)
#20
ehaas
closed
3 years ago
1
Update the spec to match current behavior of the zig compiler.
#19
ehaas
closed
3 years ago
2
Update grammar to latest
#18
data-man
closed
3 years ago
2
implement the callconv annotation
#17
Scr0nch
closed
3 years ago
0
Grammar for container members does not enforce that fields be adjacent
#16
foobles
closed
4 years ago
1
Remove C strings, add anonymous container literals
#15
hryx
closed
4 years ago
0
removed pub from fields
#14
emekoi
closed
5 years ago
0
Add struct field alignment
#13
Tetralux
closed
3 years ago
0
Update grammar to the new async/await syntax
#12
Vexu
closed
5 years ago
0
Make primitive values not keywords
#11
Vexu
closed
5 years ago
0
The file `grammar/README.md` has a broken link.
#10
Type1J
closed
4 years ago
3
Make anyerror not a keyword
#9
hryx
closed
5 years ago
0
Next