Skip to content

mageowl/bean-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BeanScript

Simple scripting language for easy use in other projects.

Basic Usage

beans ./path/to/script.bean

Use --help for more information or -i for interactive mode.

Example

fn(<greet>): {
	print("Hello,", p(0))
}

greet("World") // Hello, World

About

Function oriented language. Formerly f-script

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages