Wildric-Auric / algolang

Pseudo-code like toy language .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pseudo code looking toy language

I made this project as a proof of concept as well as to learn more about compilers/interpreters.

About the language

This language uses tree walking interpretation .

Syntax

read x 
read y
f = 10
if x + y > 10 then
    write "BIG IF TRUE"
end

About

Pseudo-code like toy language .


Languages

Language:C++ 97.2%Language:Lua 1.5%Language:Makefile 0.6%Language:C 0.6%Language:Shell 0.1%Language:Batchfile 0.0%