Skip to content

Conversation

@chqrlie
Copy link
Contributor

@chqrlie chqrlie commented Jan 21, 2026

  • accept alternate template syntax: template<T, N=0> definition, template(T, N=0) definition
  • support template block definitions: template { definition ... }
  • support multiple template argument syntax
  • simplify function declaration builders
  • add TemplateExpr and TemplateSpec ast nodes
  • simplify and extend templated function call parsing
  • handle struct templates (at last)

* accept alternate template syntax:
  template<T, N=0> definition, template(T, N=0) definition
* support template block definitions: template<T> { definition ... }
* support multiple template argument syntax
* simplify function declaration builders
* add TemplateExpr and TemplateSpec ast nodes
* simplify and extend templated function call parsing
* handle struct templates (at last)
* add template samples
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