# lbas2ascii.pl - Convert tokenized Locomotive BASIC to ASCII
# Marco Vieth, 28.02.2006
#
# 0.02  19.04.2008 put into one module
#


This package contains lbas2ascii v0.02.

Please read http://www.benchmarko.de/software/ for a detailed description.

lbas2ascii.pl is a Perl program for which you will need at least Perl 5.004.
For UNIX systems this should be no problem, for Windows
you may install ActivePerl from http://www.activestate.com.

You will find an example in the sub directory.

Usage:
> perl lbas2ascii.pl ./example/ldraw.bas > output.txt


Have fun!

---


Files in this package


00readme.txt    - This readme
lbas2ascii.pl   - Perl script to convert tokenized Locomotive BASIC to ASCII

./example:      - Example file
ldraw.bas       - tokenized Locomotive BASIC file
ldraw.asc       - example ASCII output

---
