mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 19:52:36 +00:00
9 lines
121 B
Nim
Executable File
9 lines
121 B
Nim
Executable File
import pegs
|
|
|
|
discard parsePeg(
|
|
pattern = "input",
|
|
filename = "filename",
|
|
line = 1,
|
|
col = 23)
|
|
|