{
  "title": "Formal Languages",
  "desc": "Formal Languages",
  "build_dir": "Books",
  "code_dir": "SourceCode/",
  "code_lang": {
    "Java": {
      "ext": [
        "java"
      ],
      "label": "Java",
      "lang": "java"
    },
    "Java_Generic": {
      "ext": [
        "java"
      ],
      "label": "Java (Generic)",
      "lang": "java"
    },
    "C++": {
      "ext": [
        "cpp",
        "h"
      ],
      "label": "C++",
      "lang": "C++"
    }
  },
  "lang": "en",
  "build_JSAV": false,
  "suppress_todo": false,
  "assumes": "recursion",
  "dispModComp": true,
  "glob_exer_options": {
    "JXOP-debug": "true"
  },
  "glob_ss_options": {
    "threshold": 1.0, 
    "points": 0.0, 
    "required": false
  }, 
  "glob_ff_options": {
    "threshold": 1.0, 
    "points": 0.0, 
    "required": false
  },
  "glob_ka_options": {
    "threshold": 5, 
    "points": 1.0, 
    "required": true
  }, 
  "glob_extr_options": {
    "code-workout": {
      "points": 2.0
    }, 
    "points": 1.0
  }, 
  "glob_pe_options": {
    "threshold": 0.9, 
    "points": 2.0, 
    "required": true
  }, 
  "chapters": {
    "Preface": {
      "Intro": {}
    },
    "Introduction": {
      "FormalLang/FLIntro": {},
      "FormalLang/FLOverview": {},
      "FormalLang/FLConcepts": {}
    },
    "Mathematical Background": {
      "Background/SetDef": {},
      "Background/Proofs": {}
    },
    "Deterministic Finite Acceptors": {
      "FormalLang/DFA": {},
      "FormalLang/NFA": {},
      "FormalLang/Minimization": {}
    },
    "Regular Languages (Lectures 5, 6)": {
      "FormalLang/RegEx": {},
      "FormalLang/RegGrammar": {},
      "FormalLang/RegClosure": {}
    },
    "Identifying Non-regular Languages (Lecture 7)": {
      "FormalLang/NonRegular": {},
      "FormalLang/DFAproperties": {}
    },
    "Context-Free Grammars and Languages": {
      "FormalLang/CFL": {},
      "FormalLang/CFLSimp": {}
    },
    "Pushdown Automata": {
      "FormalLang/PDA": {},
      "FormalLang/PDACFL": {},
      "FormalLang/DPDA": {}
    },
    "Properties of Context-free Languages": {
      "FormalLang/CFLProp": {}
    },
    "Models of Computation": {
      "SeniorAlgAnal/Turing": {}
    },
    "Parsing": {
      "FormalLang/ParseIntro": {},
      "FormalLang/LLParsing": {},
      "FormalLang/LRParsing": {},
      "FormalLang/CYKParsing": {},
      "FormalLang/Compiler": {}
    },
    "Limits to Computing": {
      "NP/Reduction": {},
      "FormalLang/RecEnum": {},
      "SeniorAlgAnal/Impossible": {}
    },
    "Appendix": {
      "Glossary": {},
      "Bibliography": {}
    }
  }
}
