The simple-pascal package
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).
Properties
| Version | 0.1 |
|---|---|
| Dependencies | base (≥3 & ≤5), containers, filepath, mtl (>1), parsec (≥3), simple-stacked-vm |
| License | BSD3 |
| Author | Ilya V. Portnov |
| Maintainer | portnov84@rambler.ru |
| Category | Languages, Compilers/Interpreters |
| Executables | spc |
| Upload date | Mon Jul 4 14:22:34 UTC 2011 |
| Uploaded by | IlyaPortnov |
| Built on | ghc-7.0 |
Modules
Downloads
- simple-pascal-0.1.tar.gz (Cabal source package)
- package description (included in the package)