Skip to content

Another pass#268

Draft
janderland wants to merge 29 commits into
mainfrom
another_pass
Draft

Another pass#268
janderland wants to merge 29 commits into
mainfrom
another_pass

Conversation

@janderland
Copy link
Copy Markdown
Owner

No description provided.

janderland and others added 20 commits April 13, 2026 17:23
Update syntax.ebnf to match the current grammar defined in
docs/index.md, and fix inline grammar blocks in docs to be
consistent with the full grammar.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Adds scripts/serve_docs.sh which runs watchexec to rebuild docs
on save (docs/index.md, docs/index.tmpl) and browser-sync to
reload the page on docs/index.html change. Supports --stop and
--log <watchexec|browsersync>, with PID-recycling guards and
SIGTERM -> SIGKILL escalation.

Skips hljs.highlightElement on inline code pre-tagged with
hljs-* classes so pandoc's {.hljs-variable} spans don't trigger
"Could not find the language 'hljs-variable'" warnings.

Disables Fira Code's contextual-alternate ligatures (-> => \!=
etc.) in code via font-feature-settings "calt" 0.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
janderland and others added 8 commits May 17, 2026 11:43
Adds scripts/serve_docs.sh, which runs npx chokidar-cli to rebuild on
docs source changes alongside npx browser-sync to serve and live-reload
the rendered output. Both tools install via npx so the loop works the
same on macOS and Fedora with no system package required.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Add virtual directory syntax

Allow a directory path to begin with '@' instead of '/' as a
"virtual directory". Only the first component may use '@';
subsequent components must use '/'. Updates the EBNF in
syntax.ebnf and the embedded grammar in docs/index.md, and
loosens the highlight.js DIRECTORY rule to accept '@' as a
starting separator.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* Rename directory grammar helper from 'element' to 'segment'

Distinguishes the directory-component helper from the unrelated
'elements' rule used by tuples in the same grammar dump.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* Use 'segment' helper in syntax.ebnf and bottom grammar dump

Brings the formal EBNF and the full-grammar block at the bottom
of docs/index.md in line with the inline directory grammar,
which already factored the segment choice into a helper rule.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Update syntax.ebnf to match the current grammar defined in
docs/index.md, and fix inline grammar blocks in docs to be
consistent with the full grammar.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Only added partial sections. Will flesh out later on.
Clarifies FQL's query chaining behavior with improved terminology.  The
new Cardinality section demonstrates how FQL joins key-spaces when
pipeline queries have different cardinalities, with SQL comparisons for
reference.
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