Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lkesteloot/turbopascal
Web-based Turbo Pascal compiler.
https://github.com/lkesteloot/turbopascal
Last synced: 8 days ago
JSON representation
Web-based Turbo Pascal compiler.
- Host: GitHub
- URL: https://github.com/lkesteloot/turbopascal
- Owner: lkesteloot
- License: bsd-2-clause
- Created: 2013-10-17T06:06:31.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-04-21T06:39:21.000Z (over 6 years ago)
- Last Synced: 2024-10-20T02:17:55.539Z (15 days ago)
- Language: JavaScript
- Homepage: https://www.teamten.com/lawrence/projects/turbo_pascal_compiler/
- Size: 195 KB
- Stars: 481
- Watchers: 33
- Forks: 54
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - turbopascal - Web-based Turbo Pascal compiler. (JavaScript)
README
Turbo Pascal Compiler
---------------------This is a web-based Pascal compiler that runs a subset of Turbo Pascal 5.5 code.
See the [full write-up](http://www.teamten.com/lawrence/projects/turbo_pascal_compiler/) or
[try it now](http://lkesteloot.github.io/turbopascal/)!To run it locally, run the "GO" script to start a web server and go to
http://localhost:8000Go to http://localhost:8000/unit.html to run the unit tests.
See the LICENSE file for the BSD 2-clause license.