Skip to content

axrj/homebrew-silq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Axrj Silq

Homebrew formula to install silq

How do I install these formulae?

Due to lack of tags in the source repo, I've pinned the formula to a specific commit and hence the --HEAD option is needed

brew install --HEAD axrj/silq/silq

Or brew tap axrj/silq and then brew install --HEAD silq.

After installation, silq should be available as a regular command

echo "def main(){ x:=H(false); return measure(x); }" > /tmp/prog.slq

#Type check
silq /tmp/prog.slq

#Run program - outputs 0 or 1
silq /tmp/prog.slq --run

Documentation

brew help, man brew or check Homebrew's documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages