Skip to content

JINZhao2000/analyseur-pseudo-pascal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analyseur Pseudo-Pascal

1. Environment

dune 3.6.1

ocaml 4.14.1 (ocamllex & ocamlyacc)

menhir 20220210

odoc 2.1.1

2. Usage

dune exec pp option <file>

or

make option FILE=<file>

where option can be lexer , token , parse , scope

3. Documentation

3.1 main file

dune build @doc

or

make doc

The doc file can be find in ./_build/default/_doc/_html/index.html

3.2 libs

dune build @doc-private

or

make libdoc

if there is an error like

File "../../lib/.pp.objs/byte/pp.odoc":
Warning: Couldn't find the following modules:
  Stdlib

It is normal, don't worry

The doc file can be find in ./_build/default/_doc/_html/pp@*/Pp/index.html

About

un analyseur de pseudo pascal par ocaml

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published