mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 09:54:49 +00:00
9 lines
121 B
Nim
9 lines
121 B
Nim
import pegs
|
|
|
|
discard parsePeg(
|
|
pattern = "input",
|
|
filename = "filename",
|
|
line = 1,
|
|
col = 23)
|
|
|