Skip to content

csm-18/echo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

echo

About

A toy programming language written in rust.

It is an interpreted lang.

Dependencies

os := linux mint

rust toolchain := latest

shell := bash

Language

  • Statements end with newline.
  • This language has just one function i.e. echo(), to print text to screen.
  • Calling echo() is a statement.
  • You can call echo as many times as you want.
  • String literals are enclosed between double quotes ("This is a String!").
  • Comments start with '#' (Only single-line comments)

Example

There is a hello world example in test directory. To run it:

cargo run -- ./test/hello.echo

Output

LICENSE

This project is under MIT License.

About

echo - A toy lang.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages