| 17 Dec 2025 |
piegames | Also it's generally weird to recycle the tree data structures from a parser framework but then not use the actual parser it provides ^^ | 22:40:22 |
kloenk | Which parser do you mean? Dont think rowan has a parser? At least did not find one | 22:42:04 |
kloenk | Redacted or Malformed Event | 22:42:39 |
piegames | eh, I meant if I reused the rnix-parser AST which uses rowan | 22:45:55 |
piegames | which I might do at least for getting headstart | 22:46:05 |
kloenk | Ah that way. Yeah good question then. Did not look into rnix-parser yet. Could still make sense to define all the types, not sure how well they are in there | 22:46:52 |
@rosssmyth:matrix.org | Another option from rowan is cstree | 22:48:39 |
@rosssmyth:matrix.org | or syntree | 22:49:39 |