Example program to demonstrate the use of Startle
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
startle
.gitignore
LICENSE
Makefile
README.md
commands.c
example.c

README.md

Startle Example Program

A simple example program using Startle.

Compile with make on MacOS or Linux.

Then try ./example -help -test.

To run the Fibonacci examples:

./example -fib 10 -log
./example -fib_map 10 -log

For more examples, look for unit tests (TEST(...)) in the Startle source.