amiga-stuff/utils/fdtool
Wei-ju Wu 6d71498916 fdtool.py migrated to Python 3 2016-09-20 08:41:23 -07:00
..
.gitignore rearranged repository structure for tools 2016-01-27 12:58:24 -08:00
README.md rearranged repository structure for tools 2016-01-27 12:58:24 -08:00
fdcmd.rkt rearranged repository structure for tools 2016-01-27 12:58:24 -08:00
fdtool.py fdtool.py migrated to Python 3 2016-09-20 08:41:23 -07:00
fdtool.rkt rearranged repository structure for tools 2016-01-27 12:58:24 -08:00

README.md

FDTool

Description

This is a Python script to explore the FD format. My intention was to make something similar to fd2pragma, but targetting my Amiga Lisp project. fd2pragma is a whopping 13000+ lines, but it is written in C and has a lot of features and no external dependencies.

I started with Python to cut down on development time (doing tons of Python these days), but might switch to Lisp/Racket at a later point in time so I can run it on an Amiga system.