Skip to content

Another pass - #268

Merged
janderland merged 38 commits into
mainfrom
another_pass
Aug 21, 2026
Merged

Another pass#268
janderland merged 38 commits into
mainfrom
another_pass

Conversation

@janderland

Copy link
Copy Markdown
Owner

No description provided.

@janderland
janderland force-pushed the another_pass branch 3 times, most recently from 645fea6 to b8d0008 Compare May 22, 2026 15:39
janderland and others added 27 commits August 21, 2026 10:58
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>
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.
janderland and others added 11 commits August 21, 2026 11:00
- type rule now carries trailing options, applying both inside a
  variable's type list and inside a reference's type_cast
- data carries trailing options instead of treating options as a
  data-element variant
- reference accepts optional type_cast ('!' type)
- comment rule defined and folded into nl
- variable no longer has its own trailing options; options ride on
  the type instead

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Picks up two upstream changes: removal of the bint type and the
DIRECTORY restriction to bare '<>', plus the new TYPE-level options
binding (highlightjs-fql commits 602ab3f and a97462a).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Drop the sep alias in favor of separator. Rename want_all to wantall
to give 'mode' values a consistent no-underscore convention. Refresh
docs/js/fql.js from highlightjs-fql.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Replaces 'tuple' with 'tup' in the type rule of both syntax.ebnf
and the docs grammar listings. Aligns the spec with the highlighters
(hljs, tree-sitter, lezer) which already use 'tup' and matches the
short-form convention used elsewhere in the type set (str, num).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@janderland
janderland marked this pull request as ready for review August 21, 2026 02:11
@janderland
janderland enabled auto-merge (squash) August 21, 2026 02:11
@janderland
janderland merged commit bff88d1 into main Aug 21, 2026
4 checks passed
@janderland
janderland deleted the another_pass branch August 21, 2026 02:13
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