Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.05 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.05 KB

Amy Programming Language

Amy's Syntax

module HelloWorld
  Std.printString("Hello World !")
end HelloWorld

Project Structure

TODO : Describe the project's structure

Amy's command

  • amyc : compile Amy programs into WebAssembly
  • amy : compile Amy programs and run an interpreter on the result

TODO : Add a small description of Amy and the CS-320 course