FdelMazo / FdelMazo/plox

Operadores con casteo implicito

Open
#48 0 comments 0 reactions 0 assignees View on GitHub
language
Dominant language
Python
Stars
9
Forks
19
PR merge metrics
No merged PRs in 30d

Description

https://craftinginterpreters.com/evaluating-expressions.html#challenges

Algunos operadores podrían permitir que funcionen entre distintos tipos. Por ejemplo, `"aaa" + 1` en algunos lenguajes resulta en `"aaa4"`

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the linked Crafting Interpreters evaluating-expressions challenge, then locate the operator-evaluation entry point in the Python interpreter. Clarify which operators and cross-type coercions are intended before changing behavior; done means the chosen cases work consistently and are covered by corresponding tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
compilers
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.