CSVOL


Install

CSVOL 21

First stable version of CSVOL. 12 December 2020 was the official release.

21_1.0.0: https://github.com/AbirHaque/CSVOL/releases/tag/21_1.0.0.
- Release version of CSVOL 21.

21_0.1.0: https://github.com/AbirHaque/CSVOL/releases/tag/21_0.1.0.
- Commands can be typed in both upper and lower cases.
- Removed FOR and LOOP keywords (redundant form of looping).

21_0.0.0: https://github.com/AbirHaque/CSVOL/releases/tag/21_0.0.0.
- Imported commands are now reffered to as libraries.
- Includes a new command-line tool that allows CSVOL projects and the REPL to be called from any directory (must add interpreter source files path to evironment variables, Windows only).
- Removed the need to reinstall library each a project runs.



CSVOL 0

First public version of CSVOL. Extremely unstable.

0.9.4: https://github.com/AbirHaque/CSVOL/releases/tag/v0.9.4.



CSVOL for Repl.it

CSVOL for Repl.it is an online version on CSVOL ready up and ready on Repl.it. It requires no install and contains web server creation features.

0.10.0: https://repl.it/@wichitacpu/CSVOL#Main.java.