aboutsummaryrefslogtreecommitdiff
path: root/win-build/Lua53/lundump.h (unfollow)
Commit message (Collapse)AuthorFilesLines
35 hoursFix reserve comment parsing for table block comment linesLi Jin1-3/+4
35 hoursRespect reserve comments in spread table/tableblock compilationLi Jin1-0/+13
36 hoursFix TableBlock indentation parsing after make genLi Jin1-2/+2
37 hoursfeat(parser): preserve TableBlock comment lines in ASTLi Jin3-9/+14
2 daysBump version to 0.33.1Li Jin1-1/+1
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2 daysFix TableLit YueComment parsing with mixed-indent table linescodex/add-single-line-comments-support-to-astLi Jin1-2/+6
2 daysUse YueComment node for TableLit comment preservationLi Jin4-19/+12
2 daysFix TableLit AST string formatting for comments and empty linesLi Jin1-3/+18
2 daysFix TableLit comment nodes under non-reserve comment modeLi Jin1-1/+14
2 daysAdd TableLit AST support for empty lines and multiline commentsLi Jin3-8/+24
3 daysPreserve TabLit single-line comments in ASTLi Jin3-4/+14
5 daysAdd goto statement documentation and testsLi Jin23-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>
8 daysCleanup. [skip CI]Li Jin10-0/+10
8 daysFixed doc highlight issue.Li Jin4-176/+11
9 daysAgain. [skip CI]Li Jin14-54/+171
9 daysTry a fix. [skip CI]Li Jin4-15/+50
9 daysTry fix doc css issue. [skip CI]v0.33.0Li Jin3-6/+31
9 daysUpdate compile_doc command to include 'doc' argumentLi Jin1-2/+2
9 daysAdded the all-in-one doc.Li Jin13-10/+29573
9 daysUpdated docs.Li Jin33-1327/+2386
9 daysFixed a format issue.Li Jin2-2/+5
9 daysAdded more tests.Li Jin5-9/+80
9 daysMore test cases.Li Jin2-0/+2537
9 daysFixed issues.Li Jin3-16/+11
9 daysSupported multiple break values. Simplified some generated codes.Li Jin15-295/+406
13 daysMake font slightly smallerDania Rifki1-2/+2
13 daysFormat docs with prettierDania Rifki164-2403/+3767
Also adjust custom.css a little
2026-02-06Updated cli tests. [skip CI]Li Jin1-8/+8
2026-02-06test: improve CLI test summary table formattingLi Jin1-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>
2026-02-06test: enhance CLI test summary with detailed statisticsLi Jin1-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>
2026-02-06test: add comprehensive CLI test suiteLi Jin8-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>
2026-02-06Updated docs.v0.32.9Li Jin109-3601/+3503
2026-02-06Fixed docs.Li Jin47-5553/+26587
2026-02-06Rename licence-mit -> license-mitDania Rifki1-0/+0
2026-02-06docs: add German and Portuguese (Brazil) localescodex/add-portuguese-and-german-language-supportLi Jin71-132/+11309
2026-02-06refactor: Restructure VitePress sidebar into nested, collapsible categories ↵Dania Rifki1-122/+79
and update navigation link text.
2026-02-06refactor(docs): reorganize and restructure documentation content for better ↵Dania Rifki64-0/+0
clarity and navigation.
2026-02-06docs: Apply minor styling and page configuration to the playground pages.Dania Rifki3-0/+16
2026-02-06Updated code highlight for doc site. [skip CI]Li Jin11-449/+871
2026-02-06Add Noto Serif SC for ZHDania Rifki2-3/+6
2026-02-06Fix typo in Chinese index.mdDania Rifki1-1/+1
2026-02-06Improve docs custom.css' hero image handlingDania Rifki1-7/+6
2026-02-06Move license message and copyright text to footerDania Rifki4-9/+51
2026-02-06[Docs] Updated light and dark themes.Dania Rifki7-17/+120
Use Merriweather for the font and fix minor typos
2026-02-05Fixed issue #227.Li Jin5-19/+29
2026-02-04Updated doc site configs. [skip CI]Li Jin1-1/+6
2026-02-04Updated README.md. [skip CI]Li Jin1-23/+38
2026-02-04Splited docs.Li Jin76-14908/+15295
2026-02-03Update path for artifact upload in static.yml [skip CI]Li Jin1-1/+1
2026-02-03Fixed readme. [skip CI]Li Jin1-1/+1