Skip to content

micron-language/specification

Repository files navigation

This repository harbors the specifications of the Micron programming and intermediate language.

The specifications are edited and the HTML generated using CrossLine or LeanDoc

The programming language specification can be viewed using this link.

The intermediate language specification can be viewed using this link.

The grammars are developed and the parser generated using EbnfStudio.

NOTE that the languages are work-in-progress.

The Micron programming language is derived from the Oberon+ programming language. The goal is to design a language well suited for systems programming with the power of C, but without its major disadvantages.

The Micron intermediate language is derived from CIL (ECMA-335), but on a higher level, preserving the original control flow, but still suited for optimisation and translation to assembler, CIL, LLVM IR or C.

Here is a compiler and interpreter for Micron.

About

The Micron Programming Language Specification

Resources

License

GPL-2.0, GPL-3.0 licenses found

Licenses found

GPL-2.0
LICENSE.GPL2
GPL-3.0
LICENSE.GPL3

Stars

Watchers

Forks

Releases

No releases published

Packages