issues
search
com-lihaoyi
/
fastparse
Writing Fast Parsers Fast in Scala
https://com-lihaoyi.github.io/fastparse
MIT License
1.09k
stars
164
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update and rename build.sc to build.mill
#321
lihaoyi
closed
3 weeks ago
0
Simple example no longer runs on scala 3.5.1
#320
TimPigden
opened
1 month ago
1
Update .mill-version
#319
lihaoyi
closed
3 weeks ago
0
Update .mill-version
#317
lihaoyi
closed
3 months ago
0
Unicode characters that have 2 or more Chars
#315
mio-19
closed
4 months ago
0
Fastparse 3.1.1 is not available in maven central
#314
limansky
closed
4 months ago
1
CharsWhile with rep can produce infinity testing.
#313
He-Pin
closed
4 months ago
1
chore: Enable lint and fix some unused warning.
#312
He-Pin
closed
5 months ago
0
Some tests need update for `\r\n` on windows
#311
He-Pin
opened
6 months ago
0
Nowarn fix for `Whitespace` macro
#310
He-Pin
closed
5 months ago
11
chore: Update readme for compatibility guaranteed.
#308
He-Pin
closed
5 months ago
1
Add `filterNot` as an opposite of `filter`
#307
He-Pin
opened
6 months ago
0
3.1.0
#306
lihaoyi
closed
7 months ago
0
Create GitHub release from GitHub Actions
#304
lolgab
opened
9 months ago
0
How to fix an exponential slowness due to backtracking?
#300
winitzki
closed
10 months ago
1
Unexpected GitHub Workflow Inconsistency
#299
reid-spencer
opened
11 months ago
0
Unexpected parsing behavior when composing parsers programmatically
#298
Amaumaury
opened
11 months ago
2
Implement fix for #296
#297
reid-spencer
closed
11 months ago
4
Fail ignores its argument and uses "fail"
#296
reid-spencer
closed
11 months ago
3
How to detect invalid utf-8 sequences in scala fastparse?
#295
winitzki
closed
10 months ago
0
Parser that succeeds when run in its home project, but fails when used through a dependency
#294
acruise
closed
10 months ago
0
easy stacktrace redux
#293
tballard
closed
1 year ago
1
Easily produced stacktrace
#292
tballard
closed
1 year ago
1
Disable Python project tests
#290
lihaoyi
closed
1 year ago
0
Python 2.7 support dropped from actions/setup-python
#289
ysthakur
closed
1 year ago
1
Add Scala 3 to crossNativeVersions
#288
ysthakur
closed
1 year ago
0
Failure `msg` reports incorrect line number on Windows
#287
simerplaha
closed
1 year ago
3
Update to Mill 0.11.1
#286
lihaoyi
closed
1 year ago
0
@nowarn annotation does not suppress any warnings (200USD Bounty)
#285
soufianexmx
closed
5 months ago
18
scala3 tracing failing to detect name of method
#284
caoilte
closed
3 months ago
1
Release 3.0.1
#283
lihaoyi
closed
1 year ago
0
Fix line and column number reporting for Windows newlines
#282
lihaoyi
closed
1 year ago
0
Squelch useless warnings on `.rep`
#281
lihaoyi
closed
1 year ago
3
Handle errors found in .map
#280
bwbecker
opened
1 year ago
0
Warning about whitespace equality inside rep macro
#279
cornerman
closed
1 year ago
5
Fix handling of terminals in opaque
#278
lihaoyi
closed
1 year ago
0
Add sourceMap mapping to Scala.js
#277
lolgab
closed
1 year ago
3
Simplify ParsingRun error reporting functions
#276
lihaoyi
closed
1 year ago
0
Changelog for 3.0.0
#275
lihaoyi
closed
1 year ago
2
Attempt to share macro .rep logic in Scala3
#274
lihaoyi
closed
1 year ago
1
Scala 3 perf improvements, consolidate rep implementations
#273
lihaoyi
closed
1 year ago
0
Make Whitespace a proper trait rather than function to avoid unwanted implicit conversions
#272
lihaoyi
closed
1 year ago
5
Scala 3 support
#271
lihaoyi
closed
1 year ago
9
Replace _p with $ in preparation for Scala 3
#270
lihaoyi
closed
1 year ago
0
Python argument typing is not supported in pythonparse
#269
jfernandrezj
opened
1 year ago
1
Move macro code to src-2
#268
lolgab
closed
1 year ago
0
Use `[_p: P]` instead of `[_: P]` for Scala 3 compatibility
#267
lolgab
closed
1 year ago
3
Scala 3 preparation
#266
ajrnz
closed
1 year ago
4
SBT version conflict error when fastparse and os-lib are used together
#265
nemoo
closed
1 year ago
5
Update Scala 2.13, Mill, Scala.js, Native and Actions
#264
lolgab
closed
1 year ago
1
Next