Commit Graph
4 Commits
Author SHA1 Message Date
Patricio Mac Adden 349a3307aa fix: correct typo in wren.h comment from 'orde' to 'order' in wrenGetMethod docs 2015-04-18 02:13:36 +00:00
Patricio Mac Adden 3798e4557a docs: add Patricio Mac Adden to AUTHORS file
Add Patricio Mac Adden <patriciomacadden@gmail.com> as a new contributor
to the project's AUTHORS file, acknowledging their contributions.
2015-04-05 22:52:12 +00:00
Patricio Mac Adden 8fdf76bb57 refactor: merge defineSingleClass into defineClass with conditional raw class creation
The defineSingleClass helper was only used for the initial Object and Class
definitions during core initialization. By inlining its logic into defineClass
with a check for vm->classClass being NULL, we eliminate a redundant function
while preserving the same behavior for those two special cases.
2015-03-29 23:18:36 +00:00
Patricio Mac Adden 1a3ef62f22 fix: replace incorrect wrenDebugPrintCode call with wrenDumpCode in endCompiler 2015-03-28 20:01:21 +00:00