Skip to content

acornprover/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cli

The command-line interface to Acorn.

Usage

To install:

npm i -g @acornprover/cli

To use this CLI, you should have a copy of acornlib on your local machine, in a directory named "acornlib".

To verify the entire project, from the acornlib directory:

acorn

To verify a single file:

acorn filename.ac

The CLI will generally keep itself updated.

Contributions

This repo is just a wrapper for distribution via npm. See the main Acorn repo for the code that runs the actual language, verifier, and language server.

About

The command-line interface to Acorn.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors