Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/modlfo/vultjs
This is a fairly up-to-date JavaScript version of the Vult compiler that can be run with node.js
https://github.com/modlfo/vultjs
compiler nodejs vult
Last synced: 17 days ago
JSON representation
This is a fairly up-to-date JavaScript version of the Vult compiler that can be run with node.js
- Host: GitHub
- URL: https://github.com/modlfo/vultjs
- Owner: modlfo
- License: mit
- Created: 2016-09-27T17:58:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T20:55:58.000Z (almost 2 years ago)
- Last Synced: 2024-12-31T19:35:04.077Z (about 2 months ago)
- Topics: compiler, nodejs, vult
- Size: 3.13 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Vult](http://modlfo.github.io/vult/images/VultH.png?raw=true "Vult")
This is the JavaScript version of the Vult compiler that can be run with node.js. This is a command line application if you want to use it as a node.js library use instead [vultlib](https://www.npmjs.com/package/vultlib).
You can find the full project in https://github.com/modlfo/vult
Tutorials and documentation can be found the main site http://modlfo.github.io/vult/
## Installing
You can install the command line application with the following command
```
$ npm install vult -g
```You can install the library with
```
$ npm install vultlib
```## Usage
After installing you should have an executable `vultc` which is the main Vult compiler. If `vultc` is not available, you can run the main JavaScript file (vultc.js) with node.
Refer to the main repository to get more information about using Vult https://github.com/modlfo/vult