Skip to content

amcoder/lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published