mirror of
https://github.com/emkay/parser-6502.git
synced 2025-07-05 11:24:10 +00:00
bleh
This commit is contained in:
@ -4,7 +4,7 @@ function label () {
|
||||
return mona.sequence((s) => {
|
||||
const label = s(mona.text(mona.alphanum()))
|
||||
const end = s(mona.string(':'))
|
||||
const nl = s(mona.eol())
|
||||
// const nl = s(mona.eol())
|
||||
|
||||
return mona.value({
|
||||
label: `${label}${end}`
|
||||
|
Reference in New Issue
Block a user