Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T20:12:32.000Z (6 months ago)
- Last Synced: 2024-10-14T15:35:24.225Z (24 days 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