@hackage simple-pascal0.1
Simplified Pascal language to SSVM compiler
Categories
License
BSD-3-Clause
Maintainer
portnov84@rambler.ru
Links
- Documentation
- No source repository
- Security
Versions
- 0.1 Mon, 4 Jul 2011
Installation
Dependencies (6)
- base >=3 && <=5
- containers
- filepath
- mtl >1
- parsec >=3
- simple-stacked-vm Show all…
Dependents (1)
@hackage/acme-everything
This package provides a compiler for simplified variant of Pascal language. That language includes conditional statements, for loops, procedures and functions. But it does not support complex data types (only integer, string and boolean are supported currently). This compiler outputs bytecode which may be run by SSVM (see simple-stacked-vm package).