Skip to content

negcx/nebra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nebra

A sandboxed language in Elixir that has support for functions, maps, and lists. You can create bindings to Elixir code and safely call it from Nebra code. Nebra does not expose anything to the sandbox without you explicitly exposing those functions. In addition, Nebra does not allow the user to create atoms or other dynamics that would potentially cause the BEAM to crash.

block (statement | expression)*

statement ID = expression

expression ID | literal | if-else | function | function call

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published