Skip to content
Snippets Groups Projects
  • Erwan Jahier's avatar
    65dfa567
    Documentation et renommage des modules. · 65dfa567
    Erwan Jahier authored
    nb: les tests ne passent toujours bien sur.
    
    * Partie lus -> AST
    
    predef.ml -> srcPredef.ml
    syntaxTreeCore.ml -> astCore.ml
    syntaxTree.ml     -> astV6.ml
    syntaxTreeDump.mli-> astV6Dump.mli
    
    * Partie Ast -> Ast
    
    solveIdent.mli -> astRecognizePredef.mli
    syntaxTab.mli -> astTab.mli
    symbolTab.mli -> astTabSymbol.mli
    
    * Partie  AST -> lic (static evaluation)
    
    eff.ml  -> lic.ml
    getEff.mli -> ast2lic.mli
    lazyCompiler.mli -> licTab.mli
    builtIn.ml -> licMetaOp.ml
    predefEval*.ml -> licEval*.ml
    name.mli -> licName.mli
    
    * Partie Lic -> Lic
    
    uniqueOutput.mli      -> l2lCheckOutputs.mli
    structArrayExpand.mli -> l2lExpandArrays.mli
    nodesExpand.mli       -> l2lExpandNodes.mli
    doNoPoly.ml           -> l2lRmPoly.ml
    doAliasTypes.ml       -> l2lAliasType.ml
    doSplit.ml            -> l2lSplit.ml
    65dfa567
    History
    Documentation et renommage des modules.
    Erwan Jahier authored
    nb: les tests ne passent toujours bien sur.
    
    * Partie lus -> AST
    
    predef.ml -> srcPredef.ml
    syntaxTreeCore.ml -> astCore.ml
    syntaxTree.ml     -> astV6.ml
    syntaxTreeDump.mli-> astV6Dump.mli
    
    * Partie Ast -> Ast
    
    solveIdent.mli -> astRecognizePredef.mli
    syntaxTab.mli -> astTab.mli
    symbolTab.mli -> astTabSymbol.mli
    
    * Partie  AST -> lic (static evaluation)
    
    eff.ml  -> lic.ml
    getEff.mli -> ast2lic.mli
    lazyCompiler.mli -> licTab.mli
    builtIn.ml -> licMetaOp.ml
    predefEval*.ml -> licEval*.ml
    name.mli -> licName.mli
    
    * Partie Lic -> Lic
    
    uniqueOutput.mli      -> l2lCheckOutputs.mli
    structArrayExpand.mli -> l2lExpandArrays.mli
    nodesExpand.mli       -> l2lExpandNodes.mli
    doNoPoly.ml           -> l2lRmPoly.ml
    doAliasTypes.ml       -> l2lAliasType.ml
    doSplit.ml            -> l2lSplit.ml