Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

Language

Possible Syntax

Variables

Variables are declared with the 'var' keyword.

var foo

They can also be assigned at the same time.

var foo = 1

About

Attempt to write an interpreter

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors