Skip to content
Snippets Groups Projects
  • Erwan Jahier's avatar
    1a14b111
    src/syntaxTree.ml · 1a14b111
    Erwan Jahier authored
    src/syntaxTreeCore.ml (new file)
    	Split      syntaxTree.ml      into     syntaxTree.ml      and
    	syntaxTreeCore.ml. The idea is that lic2loc should be able to
    	use syntaxTreeCore.ml verbatim.
    
    src/lxm.ml
    src/lxm.mli
    	remove pack_name from  this module, so that it  can be shared
    	with  lic2loc too  (this is  mandatory  since it  is used  by
    	SyntaxTreeCore)
    
    src/compile.ml
    src/compiledData.ml
    src/evalConst.ml
    src/evalConst.mli
    src/evalType.ml
    src/evalType.mli
    src/expandPack.ml
    src/lazyCompiler.ml
    src/main.ml
    src/parser.mly
    src/symbolTab.ml
    src/symbolTab.mli
    src/syntaxTab.ml
    src/syntaxTreeDump.ml
    src/syntaxTreeDump.mli
    src/test/Makefile
    src/test/packs.lus
    src/test/test.res.exp
    	opening SyntaxTreeCore  module, and inline  the definition of
    	Lxm.pack_name.
    
    	Also,  begin  to  replace  oper  by node  or  predef_node  in
    	identifiers, in order to get a more consistant naming scheme.
    1a14b111
    History
    src/syntaxTree.ml
    Erwan Jahier authored
    src/syntaxTreeCore.ml (new file)
    	Split      syntaxTree.ml      into     syntaxTree.ml      and
    	syntaxTreeCore.ml. The idea is that lic2loc should be able to
    	use syntaxTreeCore.ml verbatim.
    
    src/lxm.ml
    src/lxm.mli
    	remove pack_name from  this module, so that it  can be shared
    	with  lic2loc too  (this is  mandatory  since it  is used  by
    	SyntaxTreeCore)
    
    src/compile.ml
    src/compiledData.ml
    src/evalConst.ml
    src/evalConst.mli
    src/evalType.ml
    src/evalType.mli
    src/expandPack.ml
    src/lazyCompiler.ml
    src/main.ml
    src/parser.mly
    src/symbolTab.ml
    src/symbolTab.mli
    src/syntaxTab.ml
    src/syntaxTreeDump.ml
    src/syntaxTreeDump.mli
    src/test/Makefile
    src/test/packs.lus
    src/test/test.res.exp
    	opening SyntaxTreeCore  module, and inline  the definition of
    	Lxm.pack_name.
    
    	Also,  begin  to  replace  oper  by node  or  predef_node  in
    	identifiers, in order to get a more consistant naming scheme.