-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First pr for testing #27
Open
sheycc
wants to merge
4
commits into
matcom:master
Choose a base branch
from
CoolestTeam:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Set up egg-shell * Add some basic nodes * Add LetDef and FormalParam nodes * Add new module for expression nodes, add dispatch nodes * Add more expression nodes * Add constant nodes and more * Add module for operation nodes, add atomic nodes for arithmetic and logical binary operations * Add some arithmetic and logical operation nodes * Improve node's structure for binary and unary operations * Set up ply for lexer, add lexer egg-shell * Add some basic tokens for the tokens list * Add reserved words dictionary, setup required property tokens list * Add regular expression rules for simple tokens * Add some regular expression rules with action code * Make some changes, separate builtin types from reserved keywords * Add some ignore and track line numbers rules * Add string exclusive state and starts the string recognition * Add comment exclusive state and start multiple comment recognition * Add error token class and t_error rule * Add comment and string errors * Add row and col in nodes for handling errors * Specify some regular expression rules * Make some changes to the project structure * Add initial structure for parser development * Add precedence rules * Add some basic grammar rules functions * Add more grammar rules declaration * Add more grammar rules for dispatch methods * Add more grammar rules for assignment and control flow * Add more grammar rules for expression nodes, block let and case nodes * Add more grammar rules for expression nodes, new isvoid and id nodes * Add more grammar rules for expression nodes, constant nodes like integer string and boolean nodes * Add more grammar rules for expression nodes, binary and unary operations nodes * Add more grammar rules for empty and expressions with parenthesis declarations * Add error class for syntactic errors and error production for handling errors * Linking projects scripts for start testing * Add necessary descriptions on productions * Include some args to the yacc for building * Include some args to the lex for building and fix some typos * Fix some imports bugs * Fix more typos * Make some changes in main file for testing and make some corrections * Include find_col method in parser to fix bug, and more corrections in parser * Fixmore bugs in parser * Set up final details, include some comments and clean code * Phase one done, two to go.
* Set up egg-shell * Add some basic nodes * Add LetDef and FormalParam nodes * Add new module for expression nodes, add dispatch nodes * Add more expression nodes * Add constant nodes and more * Add module for operation nodes, add atomic nodes for arithmetic and logical binary operations * Add some arithmetic and logical operation nodes * Improve node's structure for binary and unary operations * Set up ply for lexer, add lexer egg-shell * Add some basic tokens for the tokens list * Add reserved words dictionary, setup required property tokens list * Add regular expression rules for simple tokens * Add some regular expression rules with action code * Make some changes, separate builtin types from reserved keywords * Add some ignore and track line numbers rules * Add string exclusive state and starts the string recognition * Add comment exclusive state and start multiple comment recognition * Add error token class and t_error rule * Add comment and string errors * Add row and col in nodes for handling errors * Specify some regular expression rules * Make some changes to the project structure * Add initial structure for parser development * Add precedence rules * Add some basic grammar rules functions * Add more grammar rules declaration * Add more grammar rules for dispatch methods * Add more grammar rules for assignment and control flow * Add more grammar rules for expression nodes, block let and case nodes * Add more grammar rules for expression nodes, new isvoid and id nodes * Add more grammar rules for expression nodes, constant nodes like integer string and boolean nodes * Add more grammar rules for expression nodes, binary and unary operations nodes * Add more grammar rules for empty and expressions with parenthesis declarations * Add error class for syntactic errors and error production for handling errors * Linking projects scripts for start testing * Add necessary descriptions on productions * Include some args to the yacc for building * Include some args to the lex for building and fix some typos * Fix some imports bugs * Fix more typos * Make some changes in main file for testing and make some corrections * Include find_col method in parser to fix bug, and more corrections in parser * Fixmore bugs in parser * Set up final details, include some comments and clean code * Phase one done, two to go. * adding semantic structure * all semantic part * venv deleted from src Co-authored-by: LauryGirl <lbritoguerrero1998@gmail.com>
Entrega del compilador |
Evaluación
Requisitos mínimos (3)
Requisitos intermedios (4)
Requisitos extra (5)
Comentarios
Nota final
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.