Skip to content

kafu24/janet-exploration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

janet-exploration

Exploring Janet for the first time by implementing the VVQS5 language.

The concrete syntax of VVQS5 can be captured with the following EBNF:

Expr = Num
| id
| String
| {Expr if Expr else Expr}
| {Expr where {[id := Expr] ...}}
| {{id ...} => Expr}
| { Expr Expr ...}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages