@hackage oberon00.0.2
Oberon0 Compiler
Categories
License
LicenseRef-LGPL
Maintainer
Marcos Viera <mviera@fing.edu.uy>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
CustomTested Compilers
Dependencies (13)
Dependents (1)
@hackage/acme-everything
Package Flags
l1
(off by default)
Oberon-0
l2
(off by default)
l1 + FOR + CASE
l3
(off by default)
l2 + procedures
l4
(off by default)
l3 + arrays and records
t1
(off by default)
pretty-printing
t2
(off by default)
with errors
t3
(off by default)
type-checking
t5
(off by default)
code generation
Implementation of the LDTA tool challenge using murder and AspectAG. For more information about the challenge consult its web page: http://ldta.info/tool.html
To build an artifact, flags indicating the corresponding language and task have to be passed. Existing options are:
- languages: l1, l2, l3 and l4
- tasks: t1, t2, t3 and t5
For example, to build Artifact 5:
runghc Setup.hs configure --flags="l4 t5" runghc Setup.hs build