Clarify dependencies on polyfill and CodeMirror

This commit is contained in:
Joshua Bell 2013-05-25 21:37:23 -06:00
parent 003950726f
commit b750151fab
1 changed files with 7 additions and 2 deletions

View File

@ -3,8 +3,13 @@ jsbasic - Applesoft BASIC in JavaScript
This is hosted for playing with at http://calormen.com/applesoft/
* The code depends on various [polyfills](http://github.com/inexorabletash/polyfill)
* The editor optionally uses [CodeMirror](http://codemirror.net) and custom BASIC parser/styles
For older browsers, the code depends on various [polyfills](http://github.com/inexorabletash/polyfill).
For syntax highlighting, the editor optionally uses [CodeMirror](http://codemirror.net) and custom BASIC parser/styles.
Clone these into sibling directories, so you end up with a structure like:
jsbasic/
polyfill/
CodeMirror/
Notes & Known Issues
--------------------