II.
LibraryProcess JSON
Structured · livelib-process:programming-languages--lexer-implementation
specializations/programming-languages/lexer-implementation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:programming-languages--lexer-implementation",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/programming-languages/lexer-implementation",
"description": "Lexer Implementation - Comprehensive process for implementing a lexer (tokenizer) that converts source\ncode into a stream of tokens. Covers both hand-written and generated lexers with Unicode support and error recovery.",
"libraryPath": "library/specializations/programming-languages/lexer-implementation.js",
"specialization": "programming-languages",
"references": [
"- Crafting Interpreters: https://craftinginterpreters.com/scanning.html",
"- Dragon Book Chapter 3: Lexical Analysis",
"- Flex Lexer Generator: https://github.com/westes/flex",
"- Unicode Text Segmentation: https://unicode.org/reports/tr29/"
],
"example": "const result = await orchestrate('specializations/programming-languages/lexer-implementation', {\n languageName: 'MyLang',\n implementationLanguage: 'Rust',\n unicodeSupport: true,\n approach: 'hand-written'\n});",
"usesAgents": [
"compiler-frontend-architect",
"compiler-performance-engineer"
]
},
"outgoingEdges": [
{
"from": "lib-process:programming-languages--lexer-implementation",
"to": "skill-area:language-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:programming-languages--lexer-implementation",
"to": "skill-area:compiler-implementation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:programming-languages--lexer-implementation",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:programming-languages--lexer-implementation",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:programming-languages--lexer-implementation",
"to": "workflow:sdk-api-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:programming-languages--lexer-implementation",
"to": "specialization:programming-languages",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:programming-languages--lexer-implementation",
"to": "lib-agent:programming-languages--compiler-frontend-architect",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:programming-languages--lexer-implementation",
"to": "lib-agent:programming-languages--compiler-performance-engineer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}