https://github.com/hamzaremmal/amy
Small Functional Programming Language #2
https://github.com/hamzaremmal/amy
compiler course-project epfl interpreter programming-language wasm web-assembly
Last synced: about 1 month ago
JSON representation
Small Functional Programming Language #2
- Host: GitHub
- URL: https://github.com/hamzaremmal/amy
- Owner: hamzaremmal
- Created: 2022-11-01T21:15:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T20:12:32.000Z (11 months ago)
- Last Synced: 2025-01-21T02:42:36.281Z (3 months ago)
- Topics: compiler, course-project, epfl, interpreter, programming-language, wasm, web-assembly
- Language: Scala
- Homepage:
- Size: 9.47 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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 resultTODO : Add a small description of Amy and the CS-320 course