Skip to content

SamChou19815/samlang

Folders and files

NameName
Last commit message
Last commit date
Dec 17, 2023
Jan 30, 2025
Sep 13, 2023
Mar 8, 2025
Mar 23, 2025
Apr 19, 2023
Dec 14, 2024
Jan 15, 2024
Jan 8, 2023
Sep 13, 2023
Feb 11, 2023
Jan 6, 2023
Jan 4, 2025
Dec 17, 2023
Apr 5, 2019
Jan 6, 2023
Sep 9, 2023
Jan 28, 2025
Mar 23, 2025
Jan 28, 2025
Feb 9, 2025
Jun 25, 2023
Aug 27, 2023
Jan 28, 2025

Repository files navigation

samlang

VSCode Extension

Sam's Programming Language

Read the docs at the official documentation site.

Install the VSCode Extension at Visual Studio Marketplace.

Getting Started

If you want to use samlang as a user, it is better to read the official documentation. 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