Skip to content

Dev - #5

Merged
rohitsoni1010 merged 3 commits into
mainfrom
dev
Aug 22, 2026
Merged

Dev#5
rohitsoni1010 merged 3 commits into
mainfrom
dev

Conversation

@rohitsoni1010

Copy link
Copy Markdown
Contributor

🔤 Strings & Lexer

  • Template Strings: Added backticks (`...`) with multiline support and embedded quotes (', ").
  • Interpolation: Added ${...} expression interpolation inside template strings.
  • String Indexing: Added s[i] character indexing.
  • Tests: Expanded std_str.test.zv to test template strings, ${...}, and indexing.

🔌 C FFI (.lib)

  • Direct .lib Linking: Added support for .lib in extern (e.g. extern "kernel32.lib").
  • New Test: Added c_ffi_lib.test.zv.

@rohitsoni1010 rohitsoni1010 added the release:minor New backward-compatible features; increments minor label Aug 22, 2026
@rohitsoni1010
rohitsoni1010 merged commit 6ccce68 into main Aug 22, 2026
1 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release:minor New backward-compatible features; increments minor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant