kiri11/C--Simple-IDE
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This project consists of: 1. Executable file "C-- Simple IDE.exe". The program provides interface for compiling C-- code into assembler code. ASM code is saved in file "asmCode.asm". It is possible to compile the MASM code further into binary code and run the program. Batch files and Irvine library are used for this (folder "Lib"). To properly run binary code MS Visual Studio 2010 must be installed! 2. Source code folder. 3. Syntax Summary for C-- language.pdf (english). 4. Program Descripton (Russian).pdf. 5. Several tests I used in the "Tests" folder. 6. Coding conventions in the folder CodingConventions.