aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-09-11Better job splitting constnt foldingJuan J. Martinez
2022-09-11Prevent infinite loopJuan J. Martinez
2022-09-11CommentJuan J. Martinez
2022-09-11Fixed constant folding in function body and returnJuan J. Martinez
2022-09-11Constant folding fixesJuan J. Martinez
2022-09-11Folding constants in additionJuan J. Martinez
2022-09-10Preparing constant foldingJuan J. Martinez
2022-09-10Doesn't belong hereJuan J. Martinez
2022-09-10Renamed constructorJuan J. Martinez
2022-09-10Revisited parser interfaceJuan J. Martinez
2022-09-10Better interfaceJuan J. Martinez
2022-09-10Fix: only needs to change the environmentJuan J. Martinez
2022-09-10Not neededJuan J. Martinez
2022-09-10Use a record for stateJuan J. Martinez
2022-09-09Pass the versionJuan J. Martinez
2022-09-09SDCC generation WIPJuan J. Martinez
2022-09-09Refactored the compiler result to plug in the code generatorJuan J. Martinez
2022-09-07Better project layout, removed warningsJuan J. Martinez
2022-09-07This is missingJuan J. Martinez
2022-09-06Typecheck binary operatorJuan J. Martinez
2022-09-06AssignationJuan J. Martinez
2022-09-06Split statement parsers to get better error reportingJuan J. Martinez
2022-09-06Group variable declarationJuan J. Martinez
2022-09-04Typo, formatting of commentJuan J. Martinez
2022-09-04Ccmment clarifying the caseJuan J. Martinez
2022-09-04TypoJuan J. Martinez
2022-09-04Revert "Unneeded (duplicated) case"Juan J. Martinez
2022-09-04Unneeded (duplicated) caseJuan J. Martinez
2022-09-04Use pure for pure valuesJuan J. Martinez
2022-09-04Guards, use themJuan J. Martinez
2022-09-04Resolving the value may add errors to stateJuan J. Martinez
2022-09-04CommentJuan J. Martinez
2022-09-04Parse only flagJuan J. Martinez
2022-09-04Refactored typecheck valueJuan J. Martinez
2022-09-04Type-checking variable declarationJuan J. Martinez
2022-09-02Private only makes sense for global variablesJuan J. Martinez
2022-09-02Private variablesJuan J. Martinez
2022-09-01Use the position of the identJuan J. Martinez
2022-09-01Fix: if binNum fails, backtrackJuan J. Martinez
2022-09-01Variable declarationJuan J. Martinez
2022-08-31Technically is the function type itself what is testingJuan J. Martinez
2022-08-30Check undefined typesJuan J. Martinez
2022-08-30Boolean type, and true/false symbolsJuan J. Martinez
2022-08-21Use # as line commentJuan J. Martinez
2022-08-21Support for binary numbers witg 0b[0-1] notationJuan J. Martinez
2022-08-21Qualified undefined variable error, added testJuan J. Martinez
2022-08-20Refactor expectErrorJuan J. Martinez
2022-08-20Qualified as non callable errorJuan J. Martinez
2022-08-18Added CLIJuan J. Martinez
2022-08-18This words make the errors more readableJuan J. Martinez