Commit Graph

18 Commits

Author SHA1 Message Date
renovate[bot]
0494b54a8e chore(deps): update all non-major dependencies 2025-11-07 13:55:23 +00:00
6219151726 Merge pull request #3 from robonen/renovate/all-minor-patch
chore(deps): update all non-major dependencies
2025-10-23 09:53:15 +03:00
renovate[bot]
75947c18fc chore(deps): update all non-major dependencies 2025-10-23 06:51:11 +00:00
42faa74c2d Merge pull request #4 from robonen/renovate/antfu-eslint-config-6.x
chore(deps): update devdependency @antfu/eslint-config to v6
2025-10-23 09:50:28 +03:00
renovate[bot]
6f8c5049fa chore(deps): update devdependency @antfu/eslint-config to v6 2025-10-23 06:50:16 +00:00
19e8d0fd91 Merge pull request #5 from robonen/renovate/major-vitest-monorepo
chore(deps): update devdependency vitest to v4
2025-10-23 09:48:10 +03:00
renovate[bot]
2c33ab68ef chore(deps): update devdependency vitest to v4 2025-10-22 19:06:25 +00:00
7ac7daa67e Merge pull request #2 from robonen/renovate/all-minor-patch
chore(deps): update all non-major dependencies
2025-09-06 13:48:20 +03:00
renovate[bot]
95695e1db7 chore(deps): update all non-major dependencies 2025-09-06 10:44:36 +00:00
3a0f152c6e feat: add initial version of the quest and accompanying graph image 2025-09-01 03:32:58 +07:00
d8ba6c611d fix: remove extra whitespace in installation verification code example 2025-09-01 03:22:46 +07:00
b405423082 feat: add manual installation guide to INSTALL.md and remove installation section from README.md 2025-09-01 03:22:33 +07:00
a444d44bd3 fix: update README.md to English and improve clarity 2025-09-01 03:16:48 +07:00
5330510977 feat: add initial renovate configuration file 2025-09-01 03:13:13 +07:00
65018dfcc6 feat: add QuestLang VS Code extension with syntax highlighting and installation instructions 2025-09-01 03:10:30 +07:00
96d6131c2c fix: add type checking script to package.json 2025-09-01 02:47:59 +07:00
13d79e37bb fix: lint, type errors
test: specify types for path checks in interpreter tests

test: add optional chaining in lexer tests to prevent errors

test: add optional chaining in parser tests to prevent errors

fix: clean up whitespace and formatting in AST and lexer files

feat: enhance CLI with improved error handling and user prompts

fix: update index and interpreter files for better type handling

fix: clean up parser code for better readability and error handling

build: enable minification in tsdown configuration
2025-09-01 02:44:45 +07:00
eb357ef703 feat: init 2025-09-01 02:28:55 +07:00