Update README.md

This commit is contained in:
Ærþ 2022-04-15 22:40:09 +07:00 committed by GitHub
parent 8ee3b2102d
commit 19b12c8cdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)