Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dcortes92/compiladores-interpretes-parser
Repositorio para la segunda tarea programada del curso de Compiladores e Intérpretes. Estudiantes: Daniel Cortés Sáenz, Isaac Ramírez Solano.
https://github.com/dcortes92/compiladores-interpretes-parser
Last synced: about 1 month ago
JSON representation
Repositorio para la segunda tarea programada del curso de Compiladores e Intérpretes. Estudiantes: Daniel Cortés Sáenz, Isaac Ramírez Solano.
- Host: GitHub
- URL: https://github.com/dcortes92/compiladores-interpretes-parser
- Owner: dcortes92
- Created: 2013-05-09T22:34:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-24T18:11:28.000Z (over 11 years ago)
- Last Synced: 2023-08-04T04:58:11.079Z (over 1 year ago)
- Language: C
- Size: 4.7 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Compiladores e Intérpretes
=====================================Repositorio para la segunda y tercera tarea programada del curso de Compiladores e Intérpretes. Estudiantes: Daniel Cortés Sáenz, Isaac Ramírez Solano.
Implementación de un analizador sintáctico y semántico para XHTML. El analizador sintáctico se creó usando Bison y el
analizador semántico con reglas específicas.