From 19b12c8cdda5e524ed6c4875f1740e467328c09a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=86r=C3=BE?= <50090571+AlmiriQ@users.noreply.github.com> Date: Fri, 15 Apr 2022 22:40:09 +0700 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a92138..f52dbe1 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -# LIVM \ No newline at end of file +# 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)