Skip to content

mauriballes/compiladores-c3

Repository files navigation

Proyecto Interprete de C3

El proyecto es un interprete de C3 (Codigo 3) que fue desarrollado en la materia de Compiladores de la Carrera de Ing. Informatica con el Docente Ing. Gino Barroso de la UAGRM, quien fue el que aporto con gran parte del codigo, el cual estaba originalmente escrito en Java y que luego fue transcrito a Python por mi persona.

Un agradecimiento muy especial a arngarden, quien aporto con sus librerias escritas en Python que realizaban las acciones de lectura y escritura en datastream similares a Java.

Finalmente les dejo el link al repositorio de @arngarden de la libreria.

Modo de Uso

Simplemente ejecutar el archivo main.py con el interprete de Python 3

Por defecto ejecutar el C3 de triangulo.C3, pero luego puedes cambiarlo por alguno de los otros C3.

Licencia

MIT License

Copyright (c) 2017 Mauricio Ballesteros Valladares

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

Proyecto de Compiladores: Interprete de C3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages