Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vipentti committed Dec 9, 2023
1 parent 8e31a2a commit 23c4489
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Visp.Compiler/Syntax/SynWriter.fs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ module Write =


let reservedWords =
[ "fun"; "then"; "done"; "val"; "end"; "begin"; "mod"; "to"; "with" ] |> Set.ofList
[ "fun"; "then"; "done"; "val"; "end"; "begin"; "mod"; "to"; "with" ]
|> Set.ofList

let escapableChars = [ '?'; '-'; '+'; '*'; '/'; '!'; ':' ] |> Set.ofList

Expand Down

0 comments on commit 23c4489

Please sign in to comment.