issues
search
Hejsil
/
mecha
A parser combinator library for Zig
MIT License
473
stars
21
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Track parser position for error reporting
#76
joelreymont
closed
1 week ago
9
Renaming combine and oneOf
#75
joelreymont
closed
2 weeks ago
3
Track parser position and "token" spans
#74
joelreymont
closed
2 weeks ago
1
Add parser position and "token span" tracking
#73
joelreymont
closed
2 weeks ago
0
Enable toStruct to accept a single value
#72
joelreymont
closed
3 weeks ago
2
Parsing error reporting with line and character numbers
#71
joelreymont
closed
6 days ago
7
asStr, oneOf and combine
#70
joelreymont
closed
2 weeks ago
4
Invalid
#69
joelreymont
closed
3 weeks ago
0
Universal conversion to pointer
#68
joelreymont
closed
2 weeks ago
4
Mapping string to structure
#67
joelreymont
closed
3 weeks ago
9
Checking the result of many{ .collect = true }.asStr()
#66
joelreymont
closed
3 weeks ago
6
Update to the latest version of zig
#65
joelreymont
closed
1 month ago
3
Add toUnion converter and basic tests
#64
bigs
closed
1 month ago
9
Adding toTaggedStruct
#63
bigs
closed
1 month ago
2
Release for zig 0.13
#62
jonasdiemer
closed
5 months ago
2
Fix build paths
#61
poconn
closed
6 months ago
1
cicd: Only depend onr major version
#60
Hejsil
closed
9 months ago
0
tag 0.11.0
#59
iacore
closed
9 months ago
1
Build including mecha fails with no field named 'root_source_file' in struct 'Build.CreateModuleOptions'
#58
jdrempel
closed
10 months ago
2
Bump goto-bus-stop/setup-zig from 2.1.1 to 2.2.0
#57
dependabot[bot]
closed
10 months ago
0
add build.zig.zon file
#56
dfrankland
closed
9 months ago
2
Support the new zig package manager
#55
Ev1lT3rm1nal
closed
1 year ago
2
Line/column number tracking and custom errors
#54
ethindp
closed
1 year ago
2
Document what `map` passes to functions with various parsers (`combine`, `oneOf`, ...)
#53
ethindp
closed
3 months ago
2
Bump actions/checkout from 3 to 4
#52
dependabot[bot]
closed
1 year ago
0
Infinite recursion - i.e. how to use ref()?
#51
cdcarter
opened
1 year ago
2
Bump goto-bus-stop/setup-zig from 2.1.0 to 2.1.1
#50
dependabot[bot]
closed
1 year ago
0
Bump goto-bus-stop/setup-zig from 2.0.2 to 2.1.0
#49
dependabot[bot]
closed
1 year ago
0
return Result([]const u8) instead of Result(void) from string parser
#48
jrachele
closed
1 year ago
3
Bump goto-bus-stop/setup-zig from 2.0.1 to 2.0.2
#47
dependabot[bot]
closed
1 year ago
0
Refactor to allow for method call as well as current api
#46
Hejsil
closed
1 year ago
0
New parsers `bracket` and `consumeWith`
#45
hasundue
closed
1 year ago
5
Remove map and mapConst redundant type argument
#44
zenMaya
closed
1 year ago
1
make ascii.char and utf8.char return u8/u21
#43
lotheac
closed
1 year ago
1
most mecha.ascii.* parsers are Parser(u8), but mecha.ascii.char is Parser(void)
#42
lotheac
closed
1 year ago
1
Returning progress when parsing fails
#41
zenMaya
closed
6 days ago
9
Add mapConst
#40
zenMaya
closed
1 year ago
7
Bump goto-bus-stop/setup-zig from 1.3.0 to 2.0.1
#39
dependabot[bot]
closed
2 years ago
0
How to parse string literals?
#38
notramo
closed
2 years ago
2
How to parse indents?
#37
notramo
closed
2 years ago
4
Build documentation from doc comments
#36
notramo
opened
2 years ago
1
How to parse bareword literal?
#35
notramo
closed
2 years ago
2
Bump actions/checkout from 2.4.0 to 3
#34
dependabot[bot]
closed
2 years ago
0
Documentation
#33
rishavs
opened
2 years ago
2
Update to new Allocator API
#32
anand-bala
closed
2 years ago
1
Bump actions/checkout from 2.3.5 to 2.4.0
#31
dependabot[bot]
closed
3 years ago
0
Bump actions/checkout from 2.3.4 to 2.3.5
#30
dependabot[bot]
closed
3 years ago
0
catch up to master
#29
mattnite
closed
3 years ago
1
remove unused locals and params
#28
truemedian
closed
3 years ago
0
Implement ascii/utf8 wrap function
#27
Hejsil
closed
3 years ago
0
Next