summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-04-29add node field namesNikolaj Sidorenco
2024-04-29simplify newline tokensNikolaj Sidorenco
2024-04-29feat: anon record expressionsNikolaj Sidorenco
2024-04-29feat: add xml doc content nodeNikolaj Sidorenco
2024-04-29fix: handle comments inside bracketsNikolaj Sidorenco
2024-04-28Update CMake parserWilfred Hughes
2024-04-28Merge commit '20ffd6d3b4da1acdbf2d08204b2130a5b2f7c4b3'Wilfred Hughes
2024-04-28Update Elm parserWilfred Hughes
2024-04-28Merge commit '09dbf221d7491dc8d8839616b27c21b9c025c457'Wilfred Hughes
2024-04-28Document C++ parser changeWilfred Hughes
2024-04-28Remove awkard CRLF file from vendored parserWilfred Hughes
2024-04-28Merge commit '72fd00128f1c38319670cbf4bcedbba0dc849d96'Wilfred Hughes
2024-04-28Update URL to Lua parserWilfred Hughes
2024-04-28Merge commit '1aafaff4d26dac5a36dd3495be33e1c20161d761'Wilfred Hughes
2024-04-28Prefer _1 and _2 naming for test filesWilfred Hughes
2024-04-28Merge commit 'b466ffb4d7ce0a833754429ad8d3a02e950ed74c'Wilfred Hughes
2024-04-28Merge commit 'eb68645662a3f7bf7fdd4bcb9531585f54c8570e'Wilfred Hughes
2024-04-28Update Lua parserWilfred Hughes
2024-04-28Add 'vendored_parsers/tree-sitter-lua/' from commit 'a24dab177e58c9c6832f96b9...Wilfred Hughes
2024-04-28Remove old lua grammarWilfred Hughes
2024-04-28Update CSS parserWilfred Hughes
2024-04-28Merge commit '02b4ee757654b7d54fe35352fd8e53a8a4385d42'Wilfred Hughes
2024-04-28Don't flatten error nodesWilfred Hughes
2024-04-28cargo fmtWilfred Hughes
2024-04-28Fix unwanted duplicate node in existing vecWilfred Hughes
2024-04-28Move to smallvec for seen verticesWilfred Hughes
2024-04-28Fix clippy lintsWilfred Hughes
2024-04-28Make Stack be allocated on the arena.Steinar H. Gunderson
2024-04-28Fix memory leak in neighbours array.Steinar H. Gunderson
2024-04-28Try enabling ARM macos on CIWilfred Hughes
2024-04-28Pin mac build to macos-12Wilfred Hughes
2024-04-28Expand man page and add to changelogWilfred Hughes
2024-04-28chore: fix crlf line endingsObserverOfTime
2024-04-27Write a basic man pageWilfred Hughes
2024-04-26Revert "feat: add node fields"Nikolaj Sidorenco
2024-04-26feat: add node fieldsNikolaj Sidorenco
2024-04-26fix: improve if-then-else scopingNikolaj Sidorenco
2024-04-26feat: xml docstring nodeNikolaj Sidorenco
2024-04-26fix: allow 'with' on new line in matchNikolaj Sidorenco
2024-04-25fix: curried member argsNikolaj Sidorenco
2024-04-25fix: fun decl vs value declNikolaj Sidorenco
2024-04-25fix: new object expressionNikolaj Sidorenco
2024-04-25fix: prefix op vs infix opNikolaj Sidorenco
2024-04-25fix: seq expression following decl expressionNikolaj Sidorenco
2024-04-25readme: direct link to languages sectionManuel
2024-04-24fix: allow underindentation in call exprNikolaj Sidorenco
2024-04-24feat: interfaces with property membersNikolaj Sidorenco
2024-04-23fix: allow for more symbolic opsNikolaj Sidorenco
2024-04-23fix: recursive let defnNikolaj Sidorenco
2024-04-22feat: format stringsNikolaj Sidorenco