mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
Spec updated
This commit is contained in:
parent
2728488b9b
commit
5e22304a58
2 changed files with 9 additions and 15 deletions
12
README.md
12
README.md
|
|
@ -45,13 +45,17 @@ Ubuntu-based variant of WSL is recommended.
|
|||
|
||||
* System-wide prerequisites:
|
||||
|
||||
- `gcc-multilib`
|
||||
- Linux: `gcc`
|
||||
|
||||
For example, (for Debian-based GNU/Linux):
|
||||
For example, (for Debian-based Linux):
|
||||
```bash
|
||||
sudo apt install gcc-multilib
|
||||
sudo apt install gcc
|
||||
```
|
||||
|
||||
- MacOS: `clang`
|
||||
|
||||
Should be automatically installed with developer tools.
|
||||
|
||||
- [opam](http://opam.ocaml.org) (>= 2.0.4)
|
||||
- [OCaml](http://ocaml.org) (>= 4.10.1). *Optional* because it can be easily installed through opam.
|
||||
Compiler variant with `flambda` switch is recommended.
|
||||
|
|
@ -117,6 +121,8 @@ It should build a local compiler `src/lamac` and a few tutorial executables in `
|
|||
|
||||
* Migrated from x86-32 to x86-64 architecture.
|
||||
* Added `let ... in ...` construct.
|
||||
* Added `-g` mode
|
||||
* Changed regex syntax ...
|
||||
|
||||
### Changes in Lama 1.2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue