Commit Graph

9 Commits

Author SHA1 Message Date
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