13 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
(putting this here now that you started a thread)
and adding new commands is rather easy:
thanks btw! It was a nice lovely thursday project hahah
there's a hell lot of open gaps everywhere though
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
yup, I am actually still pondering if your idea is not better (I mean, it is, but the drawback is more dev time and increased complexity :P) *
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
yeah, as I mentioned this is 0.0.1-preprealpha, but I was considering maybe foundry-cli or CLIpper
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
well absolutely, an actually CLI is a lot more complex, ... a lot more what you proposed honestly! I kinda like "CLIpper", has a smooth tone to it 😆
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
aside from the actual extra effort in getting a proper lexer-parser working on this, the one thing that really drove me to this approach was how easy it was to add commands though
I can't even imagine how I could provide a palatable api for that
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
eh there's some particularities, like rn
command string
and command "string"
are two different commands, where that should be able to handled with some semantic analysis post-AST buildup
but honestly, I barely touched these subjects in college and never after seen them until Yesterday, so im a little lost in the woods xD It sure might be a cool exploratory/remembrance journey eventually
(also, something like the example I did could probably me solveable too with just a little more complex regex)
@errational got a new module name*! "Commander"!
what say you? it really irked me that yeah, this is no CLI, its not even giving text feedback, its a glorified command launcher.. ergo... a commander 👉 👉 it's also a short, easy-to-remember name, and at least vaguely related to all this "rpg nonesense" world we live 😆Unknown User•3y ago
Message Not Public
Sign In & Join Server To View