aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)Author
2024-01-21feat: adds example for calculatorAkshay Nair
2024-01-21fix: fixes nested fixity issueAkshay Nair
2024-01-21feat(eval): adds evaluation for simple binop expressionsAkshay Nair
2024-01-21feat(parser): adds calc expression parserAkshay Nair
2023-08-25docs: crazy amounts of docsAkshay Nair
2023-08-25feat: h expressions for declaring elementsAkshay Nair
2023-08-25refactor: refactors declarationsAkshay Nair
2023-08-25feat: adds let bindingsAkshay Nair
2023-08-25feat: adds do expressionsAkshay Nair
2023-08-25feat: scoped try error handling with error propertyAkshay Nair
2023-08-25feat: adds try expression for error handlignAkshay Nair
2023-08-25feat: adds clock exampleAkshay Nair
2023-08-25refactor: adds Value type to represent generic js valuesAkshay Nair
2023-08-25feat: string concatentation + quoteAkshay Nair
2023-08-20feat: implements function call and adds support for recursionAkshay Nair
2023-08-20feat: function declarationAkshay Nair
2023-08-20refactor: adds evalvalue type instead of stringAkshay Nair
2023-08-18feat: allows using return value of js-evalAkshay Nair
2023-08-18feat: adds on focus and blur events + todo-list is feature completeAkshay Nair
2023-08-18feat: call arbitrary method on node + added :parent selectorAkshay Nair