Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 297 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 297 Bytes

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