Skip to content

hamzaremmal/amy

Repository files navigation

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