Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 result

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