Skip to content

frenetic-lang/manual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

Frenetic Manual

For the impatient: https://github.com/frenetic-lang/manual/blob/master/programmers_guide/frenetic_programmers_guide.pdf

Building From Source

The official documentation toolchain is LaTeX.
TeXLive 2015 (or later) package has everything you need to build.

Then use whatever IDE you're comfortable with (TeXshop, etc.) to run programmers_guide/frenetic_programmers_guide.tex. Alternatively, from the command line you can run:

$ cd programmers_guide
$ make

Testing Code From the Guide

All code in the Frenetic Programmers Guide can be tested with the automatic test harness. To run:

$ cd programmers_guide/code/test
$ sudo python test_suite.py

The test takes about 15 minutes to run on a MacBook under Frenetic User VM.

About

Programmers Guide and other written materials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages