Update hw5 to a newer version.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
b24a264f7e
commit
9224001a22
262 changed files with 2575 additions and 1442 deletions
29
hw5/bin/dune
Normal file
29
hw5/bin/dune
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
(library
|
||||
(name oat)
|
||||
(modules driver backend frontend lexer parser ast astlib typechecker tctxt)
|
||||
(libraries str num util x86 ll))
|
||||
|
||||
(ocamllex lexer)
|
||||
(menhir (modules parser))
|
||||
|
||||
(env
|
||||
(dev
|
||||
(flags
|
||||
(:standard -g -w "+a-4-7-9-26-27-29-30-32..42-44-45-48-50-60-66..70")
|
||||
)))
|
||||
|
||||
(executable
|
||||
(public_name main)
|
||||
(name main)
|
||||
(modules main)
|
||||
(promote (until-clean))
|
||||
(libraries
|
||||
; OCaml standard libraries
|
||||
; project libraries
|
||||
str
|
||||
num
|
||||
util
|
||||
x86
|
||||
ll
|
||||
studenttests
|
||||
gradedtests))
|
||||
Loading…
Add table
Add a link
Reference in a new issue