Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leiradel/pas2lua
A hackish Pascal to Lua translator
https://github.com/leiradel/pas2lua
Last synced: 6 days ago
JSON representation
A hackish Pascal to Lua translator
- Host: GitHub
- URL: https://github.com/leiradel/pas2lua
- Owner: leiradel
- License: zlib
- Created: 2015-03-03T23:25:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-22T22:45:40.000Z (over 8 years ago)
- Last Synced: 2023-02-26T07:46:45.548Z (over 1 year ago)
- Language: Lua
- Size: 40 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pas2lua
**pas2lua** is a hackish Pascal to Lua translator. I made it just to translate the source code of MADrigals's Game & Watch [simulators](http://www.madrigaldesign.it/sim/), which are written in Delphi.
**pas2lua** doesn't pretend to be a general Pascal to Lua translator, just enough to ease the porting of the games.
Even the Makefile is hackish and won't do the right thing on Linux. You have been warned.
## Usage
`pas2lua pas2lua `
`` is the directory where data extracted from .dfm files will be created.