Merge branch 'master' of github.com:emkay/parser-6502

This commit is contained in:
Michael Matuzak 2017-07-26 07:52:57 -07:00
commit 309cbd59d4
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,6 @@
# parser-6502
[![Greenkeeper badge](https://badges.greenkeeper.io/emkay/parser-6502.svg)](https://greenkeeper.io/)
Parser for 6502 assembler
This is a parser written in javascript that will parse assembler written for the [6502 8-bit microprocessor](https://en.wikipedia.org/wiki/MOS_Technology_6502).
@ -37,7 +39,7 @@ console.log(result)
## Installation
`npm i paser-6502`
`npm i parser-6502`
## License

View File

@ -7,9 +7,9 @@
"mona": "^0.9.1"
},
"devDependencies": {
"standard": "^8.1.0",
"standard-version": "^3.0.0",
"tap": "^7.1.2",
"standard": "^9.0.1",
"standard-version": "^4.0.0",
"tap": "^10.3.0",
"weallbehave": "^1.2.0",
"weallcontribute": "^1.0.8"
},