Skip to content

abodelot/aspic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aspic

workflow

How to compile

Install dependencies:

sudo apt install libreadline-dev

Compile with make:

make

Both clang (default) and gcc are supported. Use make CC=gcc to override C compiler.

How to run

You can start a REPL session:

./aspic

Or execute a program:

./aspic <path>

Tests

Run tests with ./spec.sh

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages