PEI Programming Environment Files
Brought to you by:
violard
| File | Date | Author | Commit |
|---|---|---|---|
| AST | 2026-06-23 |
|
[cfb3ae] memoization and Turing examples |
| Examples | 2026-06-23 |
|
[b31893] adding type char |
| TYPE | 2026-05-31 |
|
[bc09a1] Version publiable |
| bin | 2026-06-19 |
|
[485092] cleaning |
| obj | 2026-06-19 |
|
[732703] cleaning |
| src | 2026-06-23 |
|
[b31893] adding type char |
| Makefile | 2026-06-23 |
|
[ef9855] cleaning |
| README | 2026-06-19 |
|
[345fbe] add memoization |
Compilation : cd pei-programming-environment ./make Execution du test : cd pei-programming-environment ./bin/pei Examples/Test.pei 2> log En cas d'erreur lexicale, le fichier log contient la liste des tokens qui ont été lus avant que l'erreur ne se produise. Execution avec l'interpréteur ghci : ghci - package array Loaded package environment from /Users/violard/.ghc/aarch64-darwin-9.14.1/environments/default GHCi, version 9.14.1: https://www.haskell.org/ghc/ :? for help ghci> :l Examples/Test.hs