Menu

Tree [b31893] main /
 History

HTTPS access


File Date Author Commit
 AST 2026-06-23 violard violard [cfb3ae] memoization and Turing examples
 Examples 2026-06-23 violard violard [b31893] adding type char
 TYPE 2026-05-31 violard violard [bc09a1] Version publiable
 bin 2026-06-19 violard violard [485092] cleaning
 obj 2026-06-19 violard violard [732703] cleaning
 src 2026-06-23 violard violard [b31893] adding type char
 Makefile 2026-06-23 violard violard [ef9855] cleaning
 README 2026-06-19 violard violard [345fbe] add memoization

Read Me

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