Skip to content

Commit

Permalink
syntax: make SyntaxRules available in JavaScript
Browse files Browse the repository at this point in the history
  • Loading branch information
briansfrank committed Jan 14, 2024
1 parent 7639793 commit 832287f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/syntax/fan/SyntaxRules.fan
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
** SyntaxRules defines the syntax rules used to parse a specific
** programming language.
**
@Serializable
@Js @Serializable
const class SyntaxRules
{

Expand Down Expand Up @@ -108,7 +108,7 @@ const class SyntaxRules
**
** Syntax rules for a string or character literal
**
@Serializable
@Js @Serializable
const class SyntaxStr
{
** Token which delimits the start and end of the string.
Expand Down

0 comments on commit 832287f

Please sign in to comment.