Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T16:57:16.000Z (10 months ago)
- Last Synced: 2024-04-07T17:43:20.325Z (10 months 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
![VSCode Extension](https://img.shields.io/visual-studio-marketplace/i/dev-sam.vscode-samlang.svg?label=vscode%20extension%20installs)
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## Planned Optimizations
- Loop unrolling
- Partial redundancy elimination
- Interprocedural analysis