https://github.com/samchou19815/samlang
Sam's Programming Language
https://github.com/samchou19815/samlang
compiler interpreter optimizing-compiler programming-language type-inference webassembly
Last synced: 6 months ago
JSON representation
Sam's Programming Language
- Host: GitHub
- URL: https://github.com/samchou19815/samlang
- Owner: SamChou19815
- License: agpl-3.0
- Created: 2019-01-07T10:12:25.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T16:57:16.000Z (almost 2 years ago)
- Last Synced: 2024-04-07T17:43:20.325Z (almost 2 years ago)
- Topics: compiler, interpreter, optimizing-compiler, programming-language, type-inference, webassembly
- Language: Rust
- Homepage: https://samlang.io
- Size: 102 MB
- Stars: 32
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# samlang

Sam's Programming Language
Read the docs at [the official documentation site](https://samlang.io).
Install the VSCode Extension at [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=dev-sam.vscode-samlang).
## Getting Started
If you want to use samlang as a user, it is better to read
[the official documentation](https://samlang.io). If you want to develop on samlang, follow the CI
config to setup your dev environment.
## Features
- Type Inference
- First Class Functions
- Pattern Matching
- Produce Optimized WebAssembly Code