Spec updated

This commit is contained in:
Roman Venediktov 2024-07-10 15:12:54 +02:00
parent 2728488b9b
commit 5e22304a58
2 changed files with 9 additions and 15 deletions

View file

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