Skip to content

Tags: StanfordPascal/Pascal

Tags

v2026.09

Toggle v2026.09's commit message
This is the version 2026.09 of the Stanford Pascal compiler

Top features:

- minor errors removed (with const string parameters)
- new implementations of sets (sets, which don't start at base zero)
- sets can have up to 256.000 elements (32.000 bytes)
- 8 new P-Code instructions to support this
- sets use the same dynamic workarea as strings
- CARD function was not yet implemented (fixed)

To install it on Windows, see file copybin.cmd

v2021.03

Toggle v2021.03's commit message
changed README.MD - better hints for Windows and Unix/Linux users