SyllogisTIC

A simple Lua build system for the TIC-80. It supports includes, exports (kinda),
and modifying named feature inclusion on import, all via magic comments.

Install:

    pip install syllogistic

Usage:

    syllogistic yourfile.lua.tic


Support for other languages might be added later if there's enough
demand.

Out of Scope:

- Proper imports (see the docs for why)
- Preprocessor logic like #define, macros, #ifdef, but open to reconsideration


---

💜 to pestis/vsariola for pakettic and the TIC-80 file format parser.

Need something that behaves more like the built-in `require()` syntax? Try
[RiFT's TIC-80 Bundler](https://github.com/RiftTeam/tic-80-bundler).
