Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 724 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 724 Bytes

AlyoshaLang-Compiler

Semester task for Transltation Processes lead to this kinda program.

AlyoshaLang is functional programming language, translating by this compiler to ASM x86 (MASM32 currently).

Implentation language is Microsoft F#.

To build this, you need

OR

  • launch "AlyoshLang/build.bat"

Launch: AlyoshaLang.exe "in.in".

Output : a.asm and a.bat for compiling and linking by MASM32.

So, for succesive using your programs, you need to

See some code samples in CodeSamples folder!