# Myc Language Specification & LLM Prompt Guide This document defines the syntax (BNF) and semantics of the Myc language, a Lisp-like language designed for financial analysis with first-class abstract syntax trees (ASTs), closures, and a pipeline evaluation model. It serves as a foundational context for Large Language Models (LLMs) to understand and write idiomatic Myc code. ## 1. Syntax (BNF) ```ebnf ::= * ::= | | | |