mirror of
https://github.com/emkay/parser-6502.git
synced 2025-07-25 20:24:11 +00:00
remove stuff
This commit is contained in:
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)
|
||||
|
Reference in New Issue
Block a user