Skip to content

shinglyu/loop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loop Language

Documentation | Website
A dynamic type-safe general purpose programming language


Note: currently Loop is being re-written into Rust. Meaning that while this change is happening not all features of Loop are implemented.

In this repository, you will find the lexer, parser, compiler and virtual machine.

Get started (usage)

  1. Download a pre-built binary from the releases section for your platform
  2. Run ./loop to start the REPL environment or
  3. Run ./loop FILENAME.lp to run a specific file.

Get Started (development)

  1. Make sure you have Rust installed
  2. Clone the repository git clone https://github.com/looplanguage/loop
  3. Enter the repository cd loop
  4. Run the command cargo run
  5. The Loop shell should now popup

Website: https://looplang.org

Documentation: https://looplang.org/docs

About

The Loop programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%