In this work, this project aims to develop an editor with the concept of a SDE (Syntax Directed Editor) for my master thesis in University of Minho.
It is intended that the editor works with language designed by the members of the Language Processing group at University of Minho which is called LISS. LISS language is specified with an attribute grammar that will be passed, as input, to ANTLR.
The compiler generated by ANTLR will generate MIPS assembly code (lower-level source code).
The application is available on the Release section : https://github.com/damienvaz/Liss-SDE/releases.