An open API service indexing awesome lists of open source software.

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.

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