Skip to content

Commit

Permalink
Add value class support.
Browse files Browse the repository at this point in the history
Value class syntax is similar to data class syntax and is described here:
https://kotlinlang.org/docs/inline-classes.html.

Fixes fwcd#102
  • Loading branch information
reddaly committed Oct 10, 2023
1 parent 5baa0fe commit 80834a1
Show file tree
Hide file tree
Showing 5 changed files with 471,487 additions and 462,539 deletions.
4 changes: 3 additions & 1 deletion grammar.js
8 changes: 8 additions & 0 deletions src/grammar.json
4 changes: 4 additions & 0 deletions src/node-types.json
933,985 changes: 471,447 additions & 462,538 deletions src/parser.c
25 changes: 25 additions & 0 deletions test/corpus/classes.txt

0 comments on commit 80834a1

Please sign in to comment.