index
:
css-everything
main
A ui framework where you only write turing complete CSS. No HTML, no JS, no build system, just CSS (kinda)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
eval.ts
(
unfollow
)
Commit message (
Collapse
)
Author
2024-01-21
feat: adds example for calculator
Akshay Nair
2024-01-21
feat(eval): adds evaluation for simple binop expressions
Akshay Nair
2023-08-25
docs: crazy amounts of docs
Akshay Nair
2023-08-25
feat: h expressions for declaring elements
Akshay Nair
2023-08-25
feat: adds let bindings
Akshay Nair
2023-08-25
feat: adds do expressions
Akshay Nair
2023-08-25
feat: scoped try error handling with error property
Akshay Nair
2023-08-25
feat: adds try expression for error handlign
Akshay Nair
2023-08-25
refactor: adds Value type to represent generic js values
Akshay Nair
2023-08-25
feat: string concatentation + quote
Akshay Nair
2023-08-20
feat: implements function call and adds support for recursion
Akshay Nair
2023-08-20
feat: function declaration
Akshay Nair
2023-08-20
refactor: adds evalvalue type instead of string
Akshay Nair
2023-08-18
feat: allows using return value of js-eval
Akshay Nair
2023-08-18
feat: call arbitrary method on node + added :parent selector
Akshay Nair
2023-08-13
fix: get-var hack
Akshay Nair
2023-08-13
feat: adds conditionals
Akshay Nair
2023-08-13
feat: adds checked test case + implements pure actions flag + minor ↵
Akshay Nair
changes
2023-08-13
feat: adds applying css properties for instances + adds --cssx-text ↵
Akshay Nair
eval + fixes issues
2023-08-13
feat: adds add-children and remove-element actions
Akshay Nair
[next]