An assembly langauge compiler written in python that outputs the lexer,parser and code generator after being provided with a sample Java or C code in the (code.txt)[https://github.com/leonkoech/Assembly-Language-Compiler/blob/master/compiler/code.txt] file.
python 2.x or Python 3.x
The tests done for both java and c (can be found here.) https://github.com/leonkoech/Assembly-Language-Compiler/blob/master/tests/test1.md#c
Here are screenshots demonstrating the code input and the outputs from the lexer,parser and code generator
Read the contribution guide
This project is under the MIT license.