Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ethanhann/lsystem-compiler

Compiles Lsystem source code into Java.
https://github.com/ethanhann/lsystem-compiler

Last synced: about 1 month ago
JSON representation

Compiles Lsystem source code into Java.

Awesome Lists containing this project

README

        

# Lsystem-Compiler

## Compile

1. Run Makefile ("make")
2. ./lsystem -c (lsystem file name w/ extension)
3. java (filename)

For example, to build the dragon fractal:

```sh
./lsystem -c Demo/dragon.ls && java dragon
```

## Tests

To run the test shell script, use "bash test.sh". Using "sh test.sh" will not work as the script uses some bash-exclusive commands.