Skip to content

Commit

Permalink
move concrete syntax to frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsterling committed Jun 30, 2020
1 parent a038a46 commit 1a758f5
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
@@ -1,4 +1,5 @@
open Basis
open Core

type info = LexingUtil.span option

Expand Down
4 changes: 2 additions & 2 deletions src/frontend/Grammar.mly
Expand Up @@ -44,8 +44,8 @@
%nonassoc COLON
%nonassoc FST SND VPROJ CAP SUC LOOP RIGHT_ARROW TIMES

%start <Core.ConcreteSyntax.signature> sign
%start <Core.ConcreteSyntax.command> command
%start <ConcreteSyntax.signature> sign
%start <ConcreteSyntax.command> command
%type <Ident.t> plain_name name
%type <con_>
plain_atomic_in_cof_except_term
Expand Down
1 change: 0 additions & 1 deletion src/frontend/Load.mli
@@ -1,5 +1,4 @@
open Basis
open Core

type error =
| LexingError of {span : LexingUtil.span; last_token: string option}
Expand Down

0 comments on commit 1a758f5

Please sign in to comment.