aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix TableLit YueComment parsing with mixed-indent table linescodex/add-single-line-comments-support-to-astLi Jin26 hours1-2/+6
|
* Use YueComment node for TableLit comment preservationLi Jin26 hours4-19/+12
|
* Fix TableLit AST string formatting for comments and empty linesLi Jin26 hours1-3/+18
|
* Fix TableLit comment nodes under non-reserve comment modeLi Jin27 hours1-1/+14
|
* Add TableLit AST support for empty lines and multiline commentsLi Jin28 hours3-8/+24
|
* Preserve TabLit single-line comments in ASTLi Jin36 hours3-4/+14
|
* Add goto statement documentation and testsLi Jin4 days23-13/+1735
| | | | | | | | | | | - Added goto.md documentation files in all languages (en, de, zh, pt-br, id-id) - Updated conditionals.md to include goto statement references - Updated VitePress config to include new goto documentation pages - Updated makefile for goto documentation compilation - Added test outputs for goto examples in all languages - Updated yue.cpp core implementation Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Cleanup. [skip CI]Li Jin7 days10-0/+10
|
* Fixed doc highlight issue.Li Jin7 days4-176/+11
|
* Again. [skip CI]Li Jin8 days14-54/+171
|
* Try a fix. [skip CI]Li Jin8 days4-15/+50
|
* Try fix doc css issue. [skip CI]v0.33.0Li Jin8 days3-6/+31
|
* Update compile_doc command to include 'doc' argumentLi Jin8 days1-2/+2
|
* Added the all-in-one doc.Li Jin8 days13-10/+29573
|
* Updated docs.Li Jin8 days33-1327/+2386
|
* Fixed a format issue.Li Jin8 days2-2/+5
|
* Added more tests.Li Jin8 days5-9/+80
|
* More test cases.Li Jin8 days2-0/+2537
|
* Fixed issues.Li Jin8 days3-16/+11
|
* Supported multiple break values. Simplified some generated codes.Li Jin8 days15-295/+406
|
* Make font slightly smallerDania Rifki12 days1-2/+2
|
* Format docs with prettierDania Rifki12 days164-2403/+3767
| | | | Also adjust custom.css a little
* Updated cli tests. [skip CI]Li Jin13 days1-8/+8
|
* test: improve CLI test summary table formattingLi Jin13 days1-30/+36
| | | | | | | | | | | | Optimize test results display for better readability: - Use ASCII box characters for better terminal compatibility - Improve column alignment and spacing - Remove redundant symbols in status column (PASS/FAIL only) - Left-align labels, right-align numbers in statistics table - Add color-coded pass rate (green 100%, yellow 80%+, red <80%) - Enhance final verdict section with indentation Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* test: enhance CLI test summary with detailed statisticsLi Jin13 days1-9/+110
| | | | | | | | | | | Improve test results display with: - Per-suite test case breakdown table - Overall statistics panel showing suite and case counts - Pass rate percentage calculation - Formatted borders and color-coded status indicators - Clear final verdict summary Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* test: add comprehensive CLI test suiteLi Jin13 days8-0/+927
| | | | | | | | | | | | | | | Add 56 test cases across 4 test suites to verify the yue command line tool functionality: - Basic options test: -h, --help, -v, --version flags - Compilation test: file/directory compilation with various options - Error handling test: syntax errors, file not found, edge cases - Execution test: -e option, script arguments, macros The test framework includes helper functions for assertions and test environment setup. All tests can be run via `bash spec/cli/run_all_tests.sh`. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Updated docs.v0.32.9Li Jin14 days109-3601/+3503
|
* Fixed docs.Li Jin14 days47-5553/+26587
|
* Merge codex/add-portuguese-and-german-language-support and align locale docsLi Jin14 days71-45/+11378
|\
| * docs: add German and Portuguese (Brazil) localescodex/add-portuguese-and-german-language-supportLi Jin14 days71-132/+11309
| |
* | Rename licence-mit -> license-mitDania Rifki14 days1-0/+0
| |
* | refactor: Restructure VitePress sidebar into nested, collapsible categories ↵Dania Rifki14 days1-122/+79
| | | | | | | | and update navigation link text.
* | refactor(docs): reorganize and restructure documentation content for better ↵Dania Rifki14 days64-0/+0
| | | | | | | | clarity and navigation.
* | docs: Apply minor styling and page configuration to the playground pages.Dania Rifki14 days3-0/+16
|/
* Updated code highlight for doc site. [skip CI]Li Jin14 days11-449/+871
|
* Add Noto Serif SC for ZHDania Rifki2026-02-062-3/+6
|
* Fix typo in Chinese index.mdDania Rifki2026-02-061-1/+1
|
* Improve docs custom.css' hero image handlingDania Rifki2026-02-061-7/+6
|
* Move license message and copyright text to footerDania Rifki2026-02-064-9/+51
|
* [Docs] Updated light and dark themes.Dania Rifki2026-02-067-17/+120
| | | | Use Merriweather for the font and fix minor typos
* Fixed issue #227.Li Jin2026-02-055-19/+29
|
* Updated doc site configs. [skip CI]Li Jin2026-02-041-1/+6
|
* Updated README.md. [skip CI]Li Jin2026-02-041-23/+38
|
* Splited docs.Li Jin2026-02-0476-14908/+15295
|
* Update path for artifact upload in static.yml [skip CI]Li Jin2026-02-031-1/+1
|
* Fixed readme. [skip CI]Li Jin2026-02-031-1/+1
|
* Updated doc.Li Jin2026-02-0312-60/+151
|
* Updated docs.Li Jin2026-02-0325-1297/+2858
|
* Mount CompilerModal in VitePress layoutCursor Agent2026-02-031-0/+5
| | | | Co-authored-by: dragon-fly <dragon-fly@qq.com>
* Migrate docs to VitePressLi Jin2026-02-0360-3627/+478
|