Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

chemical

chemical には chemicallang から収集した 21 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
21
Stars
28
更新
2026-07-25
Forks
2
職業カバレッジ
2 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

testing-guide
ソフトウェア品質保証アナリスト・テスター

Comprehensive guide to the Chemical compiler test infrastructure — how tests are organized, written, and executed. Covers the test framework, @test annotation dispatch, test_env and test libraries, and how compiler plugins get tested via lang/tests/build.lab.

2026-07-25
build-system-labbuildcompiler
ソフトウェア開発者

Comprehensive deep-dive into the Chemical build pipeline — how chemical.mod is converted to build.lab, how build scripts are JIT-compiled via TinyCC, how jobs are created and executed, and how ASTProcessor orchestrates the parallel compilation passes.

2026-07-21
building
ソフトウェア開発者

All documentation related to building and running Project or Tests

2026-07-21
compiler-plugin-api-cbi
ソフトウェア開発者

Comprehensive guide to the Chemical Compiler Binding Interface (CBI) — how compiler plugins are built, registered, and integrated into the compilation pipeline.

2026-07-21
language-syntax
ソフトウェア開発者

Documentation of Syntax and APIs for Chemical Programming Language, A must read before implementing something in chemical programming language.s

2026-07-20
compiler-intrinsics-and-reflection
ソフトウェア開発者

Comprehensive guide to Chemical's compiler intrinsic functions and reflection APIs — how GlobalFunctions.cpp provides interpreter-friendly implementations, compile-time reflection, and metadata access.

2026-07-18
compiler-api
ソフトウェア開発者

The Chemical compiler API bindings in lang/libs/compiler/ and the C++ AST node hierarchy — ASTNode, Value, BaseType, ASTAllocator, and their unsafe casting methods.

2026-07-18
symbol-resolution-symres
ソフトウェア開発者

Comprehensive guide to the Chemical compiler's symbol resolution pipeline — how symbols are declared, linked, and resolved across files, modules, and generic instantiations. Critical for stabilizing and optimizing the symres module.

2026-07-18
interpreter-internals
ソフトウェア開発者

Comprehensive guide to the Chemical AST interpreter — how it works, move semantics, temp destruction, debugging, and extending interpretation test coverage.

2026-07-18
macro-code-gen
ソフトウェア開発者

How libraries (html_cbi, preact_cbi, react_cbi, solid_cbi, universal_cbi) generate code

2026-07-18
c-codegen-2c
ソフトウェア開発者

Comprehensive guide to the C translation backend (2c) — how Chemical AST is translated to C code, key patterns, gotchas, and optimization strategies.

2026-07-18
compiler-bindings
ソフトウェア開発者

How Compiler Bindings work in Chemical, How compiler APIs are exposed for (build system, compilation and lsp)

2026-07-18
diagnostics-and-error-reporting
ソフトウェア開発者

Comprehensive guide to the Chemical compiler's diagnostic system — how errors, warnings, and informational messages are collected, reported, and formatted.

2026-07-18
generics
ソフトウェア開発者

Comprehensive guide to the Chemical generic instantiation system — how generic types, functions, and interfaces are monomorphized, finalized, and optimized for parallel execution.

2026-07-18
llvm-backend
ソフトウェア開発者

Comprehensive guide to the LLVM codegen backend — how Chemical AST is lowered to LLVM IR, key patterns, gotchas, debugging, and parallelization strategies.

2026-07-18
parser-internals
ソフトウェア開発者

Comprehensive guide to the Chemical recursive descent parser — how Chemical source code is parsed into AST nodes.

2026-07-18
performance-optimization
ソフトウェア開発者

Comprehensive guide to performance optimization patterns in the Chemical compiler — parallelization, allocation strategies, caching, and profiling.

2026-07-18
type-verification
ソフトウェア開発者

Comprehensive guide to the Chemical type verification pass — how types are verified after symbol resolution, before codegen.

2026-07-18
universal
ソフトウェア開発者

Diagnose, fix, and implement features in the Chemical universal component pipeline. Use when working on `#universal` components, `universal_cbi`, generated SSR/hydration output, `HtmlPage` runtime behavior, or bugs where compiled HTML/CSS/JS disagree with source components.

2026-06-15
designing-web-apps-in-chemical
ソフトウェア開発者

How complex and scalable web apps are designed in chemical using macro plugins

2026-05-03
chemical-mod
ソフトウェア開発者

The syntax and API of chemical.mod file

2026-03-30