mirror of
https://github.com/emptyynes/LIVM.git
synced 2025-01-02 14:42:24 +03:00
Update README.md
This commit is contained in:
parent
8ee3b2102d
commit
19b12c8cdd
1 changed files with 7 additions and 1 deletions
|
@ -1 +1,7 @@
|
|||
# LIVM
|
||||
# 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)
|
||||
|
|
Loading…
Reference in a new issue