tbozinis / la17

A subset of C to Mixal compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

La17

La17 (Language 2017) is small compiler of a subset of C language to the Mixal assembly language.

This is a fork of La16.

Features

  • Basic control flow
  • Basic methods
  • Only int type is currently suported
  • Only while loop is currently suported
  • Sellection (if-else)

License

Under MIT License

About

A subset of C to Mixal compiler

License:MIT License


Languages

Language:C 69.8%Language:Yacc 23.7%Language:Lex 5.6%Language:Makefile 0.9%