summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-30Regenerate parser.c with tree-sitter generateHEADmainLeonhard Kipp
2023-09-19Fix: Use link in readme instead of quotesLeonhard Kipp
2023-09-19Add note to readme about nvim-nuLeonhard Kipp
2023-02-18Add and, or, true and false as keywordsLeonhard Kipp
2023-02-18Replace || with or and && with and. Credits to petrischLeonhard Kipp
2022-11-02Add path typeLeonhard Kipp
2022-11-02Allow fn def with def-envLeonhard Kipp
2022-11-02Add if not, else if not and allow dashes in flag_namesLeonhard Kipp
2022-11-02Fix parsing of .. and . as pathsLeonhard Kipp
2022-11-02Allow value path in range expressoinLeonhard Kipp
2022-11-02Add support for native commandsLeonhard Kipp
2022-08-31Add README.mdLeonhard Kipp
2022-07-10Update if tests with correct outputLeonhard Kipp
2022-07-10Add parsing of def-parameter default valuesLeonhard Kipp
2022-02-17Remove log fileLeonhard Kipp
2022-02-17Update highlightsLeonhard Kipp
2022-02-16add if else stmt, for better highlightingLeonhard Kipp
2022-02-16rework highlightingLeonhard Kipp
2022-02-16Looser parsing of flag argsLeonhard Kipp
2022-02-16Update type namesLeonhard Kipp
2022-02-16add - to fp regexLeonhard Kipp
2022-02-16allow empty string parsingLeonhard Kipp
2022-02-16add export env statementLeonhard Kipp
2022-02-16allow number_literal in value_pathLeonhard Kipp
2022-02-16allow numberliteral as ident in let stmtLeonhard Kipp
2022-02-16add block arsgLeonhard Kipp
2022-02-16make cmd_invocs indexableLeonhard Kipp
2022-02-16fix numbers can have trailing dotLeonhard Kipp
2022-02-16add comma (,) to record_entry parsingLeonhard Kipp
2022-02-16Add makefile to remind myself of commandsLeonhard Kipp
2022-02-16add better pipe parsingLeonhard Kipp
2022-02-16add record entry parsingLeonhard Kipp
2022-02-16better record entry parsingLeonhard Kipp
2022-02-16add format stringLeonhard Kipp
2022-02-16add better table parsingLeonhard Kipp
2022-02-16fix vp only indexable with identLeonhard Kipp
2022-02-16add = as normal operatorLeonhard Kipp
2022-02-16fix parser no cmd_newline on ) or \}Leonhard Kipp
2022-02-16use external scanner to detect newline in cmdLeonhard Kipp
2022-02-16fix ifLeonhard Kipp
2022-02-16add pipe as operatorLeonhard Kipp
2022-02-16split up expr into expr with cmd and withoutLeonhard Kipp
2022-02-16change testcase for nowLeonhard Kipp
2022-02-16refactorLeonhard Kipp
2022-02-16update tests and autogen filesLeonhard Kipp
2022-02-16add | and : as spec charactersLeonhard Kipp
2022-02-16make pipe parsing easierLeonhard Kipp
2022-02-16add record_or_blockLeonhard Kipp
2022-02-16remove cmd_nameLeonhard Kipp
2022-02-09format grammar.jsLeonhard Kipp