Skip to content

AugmentedFifth/brouwer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brouwer

A scripting language inspired by Haskell, Python, and Rust, in that order.

Rust stuff

$ git clone https://github.com/AugmentedFifth/brouwer.git
$ cd brouwer/rs
$ cargo run --release input_file.bwr

C++ stuff

$ git clone https://github.com/AugmentedFifth/brouwer.git
$ cd brouwer/cpp
$ cmake .
$ make
$ ./brouwer input_file.bwr