aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-30Boolean type, and true/false symbolsJuan J. Martinez
2022-08-30RewordingJuan J. Martinez
2022-08-30Refer to the language specJuan J. Martinez
2022-08-30TyposJuan J. Martinez
2022-08-22WIP of language specificationJuan J. Martinez
2022-08-21Changed comment formatJuan J. Martinez
2022-08-21Use # as line commentJuan J. Martinez
2022-08-21OrderJuan J. Martinez
2022-08-21Test for binary number parsingJuan J. Martinez
2022-08-21Support for binary numbers witg 0b[0-1] notationJuan J. Martinez
2022-08-21WordingJuan J. Martinez
2022-08-21Test lambdas can access local variables onlyJuan J. Martinez
2022-08-21Show the error types we gotJuan 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-20Test nameJuan J. Martinez
2022-08-20Test nameJuan J. Martinez
2022-08-18Added CLIJuan J. Martinez
2022-08-18This words make the errors more readableJuan J. Martinez
2022-08-17More error testsJuan J. Martinez
2022-08-17More sensible error typesJuan J. Martinez
2022-08-17Missing dependencyJuan J. Martinez
2022-08-16Unexpected return errorJuan J. Martinez
2022-08-16Missing casesJuan J. Martinez
2022-08-16Test labels, test for errors WIPJuan J. Martinez
2022-08-16Added more testsJuan J. Martinez
2022-08-16Split in test casesJuan J. Martinez
2022-08-16Return testJuan J. Martinez
2022-08-15Some tests for the ASTJuan J. Martinez
2022-08-15Try call before lambdaJuan J. Martinez
2022-08-15Unify error reportingJuan J. Martinez
2022-08-15Better error reportingJuan J. Martinez
2022-08-15URL for the projectJuan J. Martinez
2022-08-14Introduced testsJuan J. Martinez
2022-08-14Limit lambdas to only use local variablesJuan J. Martinez
2022-08-14Unnecessary parenthesisJuan J. Martinez
2022-08-14Case removed by mistakeJuan J. Martinez
2022-08-14Missing caseJuan J. Martinez
2022-08-14Missing caseJuan J. Martinez
2022-08-14Typechecking returnJuan J. Martinez
2022-08-14Provide information about typesJuan J. Martinez
2022-08-14Removed extra endlJuan J. Martinez
2022-08-14Display typesJuan J. Martinez
2022-08-14Typecheck function callsJuan J. Martinez
2022-08-14Extract code to add errors to the stateJuan J. Martinez
2022-08-14Check arityJuan J. Martinez
2022-08-14FormattingJuan J. Martinez
2022-08-14Slightly better error messageJuan J. Martinez
2022-08-14Return the type of the functionJuan J. Martinez