Sha256: 17439a511558a9e97cb942aed182c4748453b785b071ba4c3ecde39173eb3e89
Contents?: true
Size: 1.97 KB
Versions: 3
Compression:
Stored size: 1.97 KB
Contents
Spider === [](https://www.npmjs.org/package/spider-script) [](http://travis-ci.org/alongubkin/spider) [](https://david-dm.org/alongubkin/spider) [](https://coveralls.io/r/alongubkin/spider) The Next-Gen Programming Language for the Web. > **Note:** Spider is still work in progress. Make sure to star the project if you are interested! [Documentation](http://spiderlang.org/) ### Installation npm install -g spider-script ### Usage Execute a script: spider /path/to/script.spider Compile a script: spider -c /path/to/script.spider ### Join the Community * Website: http://spiderlang.org * IRC: [#spiderlang](http://webchat.freenode.net/?channels=spiderlang) on Freenode * IRC Logs: [#spiderlang](https://botbot.me/freenode/spiderlang/) on BotBot * Q/A: [spiderlang](http://stackoverflow.com/questions/tagged/spiderlang) tag in StackOverflow * [Google Group](http://groups.google.com/d/forum/spiderlang?hl=en) ### Contributing We need your help! You can browse the [contributing-getting-started](https://github.com/alongubkin/spider/labels/contributing-getting-started) tag to find good issues to get started with. 1. [Fork](https://github.com/alongubkin/spider/fork) the project 2. Clone your forked repo: `git clone git@github.com:githubuser/spider.git` 3. Create your feature/bugfix branch: `git checkout -b new-operator` 4. Commit your changes to your new branch: `git commit -am 'Add a new operator'` 5. Push to the branch: `git push origin new-operator` 6. Create a new Pull Request! Resources: * [PEG.js](http://pegjs.majda.cz/) (Used for parsing) * [Esprima Parser](http://esprima.org/demo/parse.html#]) (Good way to learn the SpiderMonkey AST)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
spider-src-0.1.7 | lib/spider-src/support/spider/README.md |
spider-src-0.1.6 | lib/spider-src/support/spider/README.md |
spider-src-0.1.5 | lib/spider-src/support/spider/README.md |