remove stuff

This commit is contained in:
Michael Matuzak 2016-10-11 18:09:19 -07:00
parent e8ca1f9bcd
commit e86204609b
1 changed files with 1 additions and 4 deletions

View File

@ -11,8 +11,7 @@ function assembler (input) {
directive(), directive(),
instruction(), instruction(),
label(), label(),
mona.eol(), mona.eol()
mona.eof()
) )
), ),
input input
@ -20,5 +19,3 @@ function assembler (input) {
} }
module.exports = assembler module.exports = assembler
// const result = mona.parse(mona.collect(assembler()), c)
// console.log(result)