文件名称:pdl_project_2014-2015:主题 PDL 项目
文件大小:591KB
文件格式:ZIP
更新时间:2024-07-21 00:21:41
Java
语言处理器项目 2014/2015 此存储库包含文件的更新版本,用于为javascript语言构建语言处理器 存储库配置: Establish remote: git remote add upstream http://github.com/jorgegvalencia/pdl_project_2014-2015 Fetch any changes to it: git fetch upstream Checkout the local master branch of your fork: git checkout master Merge changes from the remote into your master branch: git merge upstream/master 要在 Eclipse 或 Netbeans 中工作,请确保项目目录中的 .gitignore
【文件预览】:
pdl_project_2014-2015-master
----lexico()
--------gramaticaLexico.txt(485B)
--------AnalizadorLexico.java(10KB)
--------Caracter.java(676B)
--------Acciones Semanticas.txt(1KB)
--------gramatica_lexico.txt(493B)
--------AutomataPDL.png(78KB)
--------pReservadas.txt(62B)
----.gitignore(200B)
----README.md(2KB)
----resources()
--------Memoria.docx(192KB)
--------parse5.txt(381B)
--------Prueba.java(327B)
--------prueba1.js(287B)
--------gramatica_vast.txt(2KB)
--------prueba10.js(184B)
--------Decision.dat(23KB)
--------GoTo.dat(5KB)
--------prueba_arbol1.html(26KB)
--------reglas.txt(612B)
--------prueba7.js(112B)
--------prueba2.js(167B)
--------prueba5.js(319B)
--------prueba4.js(252B)
--------prueba6.js(91B)
--------parse3.txt(490B)
--------parse2.txt(85B)
--------fichero.js(1KB)
--------parse4.txt(290B)
--------prueba8.js(90B)
--------parse.txt(265B)
--------prueba3.js(331B)
--------prueba9.js(120B)
--------parse1.txt(303B)
----procesador.jar(303KB)
----Ejecutar.bat(165B)
----semantico()
--------Atributo.java(733B)
--------gramatica_edt.txt(5KB)
----global()
--------token()
--------tabla()
--------Procesador.java(3KB)
--------ControladorErrores.java(1KB)
----sintactico()
--------gramatica_javascript_v1.txt(1KB)
--------Regla.java(16KB)
--------AnalizadorSintactico.java(8KB)
--------gramatica_javascript_anagra_v1.txt(2KB)
--------gramatica_javascript_vast_v1.txt(2KB)