Skip to content

Ccode-archives/echo-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

echo-lang

A custom shell language made for educational purposes only.

how to run a script

As of now you need to run

cat filename.ech | python3 lang.py -c

How to use

set var

test:=1

call variable

test:=exit
test2:=hello world
print test2$
test$

The code above when typed in will print "hello world" then exit the program.

change directory

cd directory-name

list directories and files

ls

calc

calc 1 + 2

pwd

pwd

print

print test

exit

exit

About

Simple language interpreter.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages