Skip to content

shalithasuranga/simpler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simplerlang

Very simple language implemented using antler for beginners based on my article

Sample input

a = 100
b = 150
show 10
show a
show b

Sample output

10
100
150

Releases

No releases published

Packages

 
 
 

Contributors