https://github.com/zethearc/yachayl
Programming Language for Yachay Tech student.
https://github.com/zethearc/yachayl
programming programming-language python python3
Last synced: 3 months ago
JSON representation
Programming Language for Yachay Tech student.
- Host: GitHub
- URL: https://github.com/zethearc/yachayl
- Owner: Zethearc
- License: mit
- Created: 2022-05-23T04:16:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-19T01:31:05.000Z (over 3 years ago)
- Last Synced: 2025-01-20T22:49:11.402Z (11 months ago)
- Topics: programming, programming-language, python, python3
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YachayL
Programming Language for Yachay Tech students.
# Componentes Principales
* Lexer (Complete!)
* Parser (10%)
* Abstractt Syntax Tree (AST)
* Representación interna de objetos
* Evaluador
* REPL (Complete)
# Análisis léxico
Código fuente -> Lexer -> tokens -> Parser