LIVM/README.md
2022-04-15 22:40:09 +07:00

7 lines
483 B
Markdown

# LIVM
LaIn (LIne) Virtual Machine
Why LIVM was created: LIVM was created to convert code between different programming languages
How LIVM helps to convert it: LIVM as abstraction is a set of instructions, that can be commonly used in programming languages
LIVM uses FaXm to compile it's assembler to bytecode, but convertion must be done before FaXm code compiles to bytecode like in diagram:
![la-in-concept](https://raw.githubusercontent.com/AlmiriQ/LIVM/main/LIVM-concept.png)