index
:
css-everything
main
A ui framework where you only write turing complete CSS. No HTML, no JS, no build system, just CSS (kinda)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
eval.ts
(
follow
)
Commit message (
Collapse
)
Author
Age
*
refactor: adds Value type to represent generic js values
Akshay Nair
2023-08-25
|
*
feat: string concatentation + quote
Akshay Nair
2023-08-25
|
*
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-20
|
*
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-18
|
*
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
2023-08-13
|
|
|
|
changes
*
feat: adds applying css properties for instances + adds --cssx-text ↵
Akshay Nair
2023-08-13
|
|
|
|
eval + fixes issues
*
feat: adds add-children and remove-element actions
Akshay Nair
2023-08-13
|
*
feat: selector parser + pair parser implemented
Akshay Nair
2023-08-13
|
*
feat: allows set-attr on other elements + adds attr function
Akshay Nair
2023-08-12
|
*
chore: prettier + eslint magic
Akshay Nair
2023-08-12
|
*
test: adds test for simple signup page example
Akshay Nair
2023-08-11
|
*
chore: adds prettier
Akshay Nair
2023-08-11
|
*
feat: complets form submit example
Akshay Nair
2023-08-11
|
*
refactor: minor refactor
Akshay Nair
2023-08-11
|
*
feat: adds more functions for eval
Akshay Nair
2023-08-11
|
[next]