Age | Commit message (Collapse) | Author |
|
Interfaces just need some work.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
At least, the basic console interface is almost done.
|
|
|
|
It's a lot better this way overall, it's one self-contained function, it
doesn't require as much setup, and it works wonderfully overall.
|
|
|
|
|
|
|
|
|
|
It builds a zipfile with git describe in the filename.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It's not perfect, but it's decent for now, and early testing.
|
|
|
|
|
|
|
|
They all work. I still think I should change the lists to arrays in the
backend so they can be indexed as well as iterated over and appended to.
|
|
|
|
They're linked lists right now, maybe that's not really what I want
long-term, but it'll work for now...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Next up: loops, proper variable references with scopes, and gotos.
|