Skip to content

jrock-3/tiny-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Run

  1. Ensure you have rust installed
rustc --version

a. If rust is not installed yet, follow instructions here 2. Run the following commands to compile and run the executable

rustc main.rs --edition 2021
./main

Additional Notes

  • 1 line of ASCII only input from stdin
  • Outputs to stdout

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published