Skip to content

modlfo/vultjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

About

This is a fairly up-to-date JavaScript version of the Vult compiler that can be run with node.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published