mirror of
https://github.com/emptyynes/LIVM.git
synced 2025-01-04 23:52:25 +03:00
7 lines
483 B
Markdown
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)
|