Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 505 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 505 Bytes

Simple Compiler for my compiler course in university

You can use it under MIT license.

For using my compiler with editor, compile it with Visual studio and then run it, drag and drop "code.cman" into main window and then click on compile icon image-20211031095141027. you can see compiler error that show position of incorrect code with red color.

image-20211031095115258

I compile this project with Visual studio 2019.