Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.
/ mylangc Public archive

Языки программирования и компиляторы (весна 2018)

Notifications You must be signed in to change notification settings

kana-sama/mylangc

Repository files navigation

Build

(cd runtime; make)
hpack
cabal install

Commands

  mylangc build SOURCE.mylang
  mylangc run SOURCE.mylang
  mylangc asm SOURCE.mylang
    Generate GAS file

Examples

x := 2 * 10 / 2;
read(y);
x := x + y;
write(x);
write(42)

About

Языки программирования и компиляторы (весна 2018)

Topics

Resources

Stars

Watchers

Forks