Skip to content

matthieugouel/bjorn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Crates.io

Bjørn

Another side project interpreter.

Installation

The easiest way to install the interpreter is to use cargo.

$ cargo install bjorn

Usage

First write some code in bjorn language in a file (ex. test.bj).

def add(a, b):
    return a + b

print(add(1, 1))

Then simply pass the file path as an argument to the bjorn interpreter.

$ bjorn test.bj

It should output :

2

Uninstallation

cargo uninstall bjorn

About

Another side project interpreter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages