Skip to content

Pull requests: chelseatroy/craftinginterpreters

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Introduce Unused Variable Error (Ch 11 Ex 3)
#24 opened Sep 4, 2022 by chelseatroy Owner Loading…
Add test for unused variable error (Ch 11 Ex 3)
#23 opened Sep 4, 2022 by chelseatroy Owner Loading…
Add Anonymous Functions (Ch 10 Ex 2)
#22 opened Sep 1, 2022 by chelseatroy Owner Loading…
Add anonymous function test (Ch 10 Ex 2)
#21 opened Sep 1, 2022 by chelseatroy Owner Loading…
Add break statement to the syntax (Ch 9 Ex 3)
#20 opened Aug 29, 2022 by chelseatroy Owner Loading…
Add tests for the break statement (Ch 9 Ex 3)
#19 opened Aug 24, 2022 by chelseatroy Owner Loading…
Add error on use of uninitialized variable (Ch 8 Ex 2)
#18 opened Mar 11, 2022 by chelseatroy Owner Loading…
Print Expression Result in REPL (Ch 8 Ex 1)
#16 opened Mar 10, 2022 by chelseatroy Owner Loading…
Add runtime error when dividing by zero (Ch. 7 Ex. 3)
#15 opened Feb 25, 2022 by chelseatroy Owner Loading…
Add Other Types to Strings by Concatenation (Ch 7 Ex 2)
#13 opened Feb 12, 2022 by chelseatroy Owner Loading…
Error productions (Ch 6 Ex 3)
#11 opened Feb 6, 2022 by chelseatroy Owner Loading…
Ternary operator solution (Ch 6 Ex 2)
#10 opened Jan 16, 2022 by chelseatroy Owner Loading…
Add tests for ternary operator (Ch 6 Ex 2)
#9 opened Jan 10, 2022 by chelseatroy Owner Loading…
Add test for block comments (Ch 4 Ex 4)
#8 opened Jan 8, 2022 by chelseatroy Owner Loading…
Block comment solution (Ch 4 Ex 4)
#7 opened Jan 8, 2022 by chelseatroy Owner Loading…
Add test for comma operator (Ch 6 Ex 1)
#6 opened Jan 8, 2022 by chelseatroy Owner Loading…
Comma operator solution (Ch 6 Ex 1)
#5 opened Jan 8, 2022 by chelseatroy Owner Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.