Pitón is an Interpreted Programming Language built for educational purposes, inspired in Python and without identation.
It was written in Java using JFlex and CUP.
- Java 21 or later
- Maven
- Clone repository
- Compile with Maven
- Run Piton.main
- Use either Interactive mode or pass a .pi file.
- IF
- ELSE
- WHILE
- READ
- TRUE
- FALSE
- Function definition
- Class definition
- CC3102 - Teoría de la Computación, Universidad de Chile.
- https://andreil26.github.io/me/uniprojects/2019/06/21/lexer_parser.html