<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://x2c-lang.dev/</loc></url>
  <url><loc>https://x2c-lang.dev/about/</loc></url>
  <url><loc>https://x2c-lang.dev/docs/</loc></url>
  <url><loc>https://x2c-lang.dev/docs/guide/collections.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/guide/contexts-and-threads.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/guide/exceptions.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/guide/from-c.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/guide/idioms.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/guide/iteration.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/guide/macros.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/guide/match.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/guide/memory.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/guide/packages.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/guide/protocols.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/guide/symbols.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/guide/values.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/guide/wrapping-c-libraries.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/internals/architecture.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/internals/building.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/internals/compiler-api/</loc></url>
  <url><loc>https://x2c-lang.dev/docs/internals/compiler-api/ast.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/internals/compiler-api/bootstrap.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/internals/compiler-api/build.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/internals/compiler-api/cache.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/internals/compiler-api/cli.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/internals/compiler-api/collect.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/internals/compiler-api/compiler.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/internals/compiler-api/deps.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/internals/compiler-api/diagnostics.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/internals/compiler-api/emit.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/internals/compiler-api/expressions.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/internals/compiler-api/format.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/internals/compiler-api/generate.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/internals/compiler-api/lambda.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/internals/compiler-api/literals.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/internals/compiler-api/macros.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/internals/compiler-api/main.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/internals/compiler-api/parse.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/internals/compiler-api/project.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/internals/compiler-api/protocol.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/internals/compiler-api/report.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/internals/compiler-api/snapshot.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/internals/compiler-api/statements.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/internals/compiler-api/toolchain.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/internals/compiler-api/transform.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/internals/compiler-api/type.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/internals/compiler-api/utils.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/internals/implementation-map.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/array.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/atom.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/block.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/buffer.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/common.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/context.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/dispatch.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/error.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/exception.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/file.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/func.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/iter.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/lib.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/lisp.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/list-selectors.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/list.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/logger.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/map.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/match-recursive.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/match.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/mutex.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/scope.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/split.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/string-classify.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/string-number.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/string.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/symbol.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/symbolset.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/thread.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/typed-array.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/typed-list.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/typed-map.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/var.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/varconvert.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/varops.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/modules/x2c-c-api.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/library/overview.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/reference/cli.html</loc></url>
  <url><loc>https://x2c-lang.dev/docs/reference/language.html</loc></url>
</urlset>
