Skip to content

Add NativeAOT wrapper with C FFI surface for Kusto.Language#191

Draft
danield137 wants to merge 1 commit intomasterfrom
feature/native-aot-ffi
Draft

Add NativeAOT wrapper with C FFI surface for Kusto.Language#191
danield137 wants to merge 1 commit intomasterfrom
feature/native-aot-ffi

Conversation

@danield137
Copy link
Copy Markdown

  • Kusto.Language.AOT: thin net9.0 project that compiles to a native shared library via NativeAOT, referencing the existing netstandard2.1 library.
  • Exports: kql_parse, kql_get_diagnostics, kql_get_syntax_tree, kql_get_syntax_json, kql_get_syntax_kind, kql_free.
  • kql_parse_sample.py: Python sample demonstrating ctypes interop with the native DLL (validation, diagnostics, syntax tree dump).

- Kusto.Language.AOT: thin net9.0 project that compiles to a native shared
  library via NativeAOT, referencing the existing netstandard2.1 library.
- Exports: kql_parse, kql_get_diagnostics, kql_get_syntax_tree,
  kql_get_syntax_json, kql_get_syntax_kind, kql_free.
- kql_parse_sample.py: Python sample demonstrating ctypes interop with
  the native DLL (validation, diagnostics, syntax tree dump).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant