Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.