Supported syntax is not published yet; future design areas are tracked explicitly.
This page intentionally separates supported syntax from planned and research topics. In this checkout, no Felidae parser, grammar, or compiler tests were found, so no syntax is documented as supported.
Variables
Syntax and binding rules are not yet specified in source-controlled compiler docs.
Values and types
Typed outputs and tool contracts are design goals; no formal type system is implemented here.
Facts and relations
Felidae is successor-inspired by logic-programming ideas, but no fact/relation grammar is implemented.
Functions or rules
No supported function, rule, or predicate syntax is documented by an implementation.
Modules
No module system is implemented in this checkout.
Imports
No import resolution rules are implemented in this checkout.
Interfaces
Interfaces remain a design direction for tools, agents, and external capabilities.
Concurrency
Agent workflows imply concurrency questions, but no scheduler or semantics exist here.
Pattern matching
Pattern matching may fit logic-inspired design, but it is not supported yet.
Memory
Memory is a first-class design goal for scoped AI behavior, not an implemented runtime feature.
Packages
No package manager, registry, or dependency format is present.
Error handling
Recovery and approval examples are design sketches, not executable syntax.
Generics
No generic type syntax or semantics are specified.
Attributes
No attribute system is implemented.
Compiler directives
No directives are implemented or specified by source code.