part of me was hoping lucee-builder was like cf-bu...
# lucee
g
part of me was hoping lucee-builder was like cf-builder, but open source... but most of me knew it wasn't from the description on github, side note, anyone done anything with tree-sitter and cfml ?
z
I assume your are referring to @Mark Drew (he/him)’s https://github.com/cybersonic/lucee-builder ?
g
yes, also, on the editor side of things, I created this https://github.com/ghedwards/tree-sitter-cfml with very little knowledge of what I'm doing, but with the idea that https://lapce.dev/ might work with cfml
r
why universe needs another Sublime clone? šŸ™‚
m
Sorry, I am working on a blog post to explain that repo. And If I did a Lucee plugin it would be called `lucee-crafter`not
builder
šŸ˜„
I actually have been looking for a Lucee AST generator so that I can parse code for different reasons (aside from editors). I really would like to see people contribute to exiting projects vs creating new ones but hey, you do you šŸ˜„
Also, sorry to dissapoint you @Gareth šŸ˜ž
z
but OPC mate, OPC!!!
m
OPC?
z
Other People's Code
the AST lib used for CFLINT is incredibly memory hungry
m
I have renamed the project
g
which existing projects would you like people to contribute to ? I thought maybe someone who understands the tree-sitter stuff a bit better than I, might be able to help get something like this to the 80%, in a world where the last 20% takes 80% of the time.