Skip to content

gavin-mcdiarmid/aspl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work In Progress

ASPL

This soon to be compiler intends to implement ASPL, a staticly typed, garbage collected language with simple in-place algebraic subtyping.

Example

mod std = import "std"
proc println = std.io.println

proc main() {
  let greeting = "Hello World!"
  println(greeting)
}

About

A Simple Programming Language

Topics

Resources

Stars

Watchers

Forks

Contributors