Skip to content

Commit

Permalink
New file
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x97davka committed Nov 18, 1997
1 parent 414ca7c commit fe1300b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modeq/absyn.rml
@@ -0,0 +1,6 @@
(* absyn.rml *)

module Absyn:
with "class.rml"
type Program = Class.Class list
end
12 changes: 12 additions & 0 deletions modeq/parse.rml
@@ -0,0 +1,12 @@
(* parse.rml *)

module Parser:
with "absyn.rml"
relation parse: string => Absyn.Program
end

(*
relation parse: string => Absyn.Program =
axiom parse _ => []
end
*)

0 comments on commit fe1300b

Please sign in to comment.