Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 313 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 313 Bytes

Acton-Compiler

This repository includes a complete compiler for an actor based programming language called Acton.

  • The grammar is written using Antlr tool.
  • The compiler is written using Java.

Developers