mirror of
https://github.com/emkay/parser-6502.git
synced 2025-02-11 05:30:36 +00:00
remove stuff
This commit is contained in:
parent
e8ca1f9bcd
commit
e86204609b
5
index.js
5
index.js
@ -11,8 +11,7 @@ function assembler (input) {
|
||||
directive(),
|
||||
instruction(),
|
||||
label(),
|
||||
mona.eol(),
|
||||
mona.eof()
|
||||
mona.eol()
|
||||
)
|
||||
),
|
||||
input
|
||||
@ -20,5 +19,3 @@ function assembler (input) {
|
||||
}
|
||||
|
||||
module.exports = assembler
|
||||
// const result = mona.parse(mona.collect(assembler()), c)
|
||||
// console.log(result)
|
||||
|
Loading…
x
Reference in New Issue
Block a user