Skip to content

mageowl/bean-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

116 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages