Skip to content

Commit

Permalink
Scanparse module, for debugging.
Browse files Browse the repository at this point in the history
2005-02-04


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1464 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Feb 4, 2005
1 parent 7dba72e commit 7e158f6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modeq/yaccpar/scanparse.rml
@@ -0,0 +1,8 @@
module ScanParse:
with "absyn.rml"
relation scanparse: (string) => Absyn.Program
(* use this when you want to turn ON debuggin of the parser *)
relation debug_on: () => ()
(* use this when you want to turn OFF debuggin of the parser *)
relation debug_off: () => ()
end

0 comments on commit 7e158f6

Please sign in to comment.