sikthehedgehog / mdtools

A set of tools for developing Mega Drive homebrew
75 stars 8 forks source link

tool request: ansi-basic cross-compiler #1

Closed ghost closed 7 years ago

ghost commented 7 years ago

are there plans to include an ansi-basic cross-compiler, that would work like Boriel’s ZX-Basic Compiler? (i know that there are BasiEgaXorz and SecondBasic, but these both are closed-source, very difficult to run on Wine, and very difficult to run from bash scripts)

sikthehedgehog commented 7 years ago

Wait what's ANSI BASIC? Unless you want something from the mainframe era (e.g. ECMA-55) there's no standard BASIC really, and those implementations were even weaker than what 8-bit home computers had. I doubt you're looking for that...

But anyway, nope, that'd be a project complex enough to warrant its own repository. This is a collection of simple tools to aid with development, mostly dealing with assets. Incidentally though I do have a tokenizer for an unrelated thing, but other than splitting tokens it does nothing yet, and I'm not sure about it going anywhere.