mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Update README.md for 1.3 version
This commit is contained in:
parent
b444aa53e8
commit
acc697206e
10 changed files with 49 additions and 46 deletions
|
|
@ -29,9 +29,9 @@ of runtime behaviors, including those which a typical type system is called to p
|
|||
the language can be used in future as a raw substrate to apply various ways of software verification (including
|
||||
type systems) on.
|
||||
|
||||
The current implementation contains a native code compiler for \textsc{x86-32}, written
|
||||
The current implementation contains a native code compiler for \textsc{x86-64}, written
|
||||
in \textsc{OCaml}, a runtime library with garbage-collection support, written in \textsc{C}, and a small
|
||||
standard library, written in \lama itself. The native code compiler uses \textsc{gcc} as a toolchain.
|
||||
standard library, written in \lama itself.
|
||||
|
||||
In addition, a source-level reference interpreter is implemented as well as a compiler to a small
|
||||
stack machine. The stack machine code can in turn be either interpreted on a stack machine interpreter, or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue