Skip to content

Commit 68ea1a1

Browse files
committed
Add dummy 4.08 grammar, equal to the 4.07 one
1 parent c5744dd commit 68ea1a1

29 files changed

+20315
-410
lines changed

ast/builder.ml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
open Stdppx
22

3+
module V4_08 = Builder_v4_08
34
module V4_07 = Builder_v4_07
45
module Unstable_for_testing = Builder_unstable_for_testing
56

6-
open V4_07
7-
open Versions.V4_07
7+
open V4_08
8+
open Versions.V4_08
89

910
module Common = struct
1011
module Located = struct

ast/builder.mli

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
module V4_08 = Builder_v4_08
12
module V4_07 = Builder_v4_07
23
module Unstable_for_testing = Builder_unstable_for_testing
34

ast/builder_v4_08.ml

Lines changed: 299 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)