tangled
alpha
login
or
join now
pierrelf.com
/
we
3
fork
atom
we (web engine): Experimental web browser project to understand the limits of Claude
3
fork
atom
overview
issues
146
pulls
pipelines
we
/
crates
/
js
/
src
/
at
js-builtins
9 files
pierrelf.com
Fix line continuation escape in string and template literals
7d ago
1a1bafd2
ast.rs
Implement JS parser: AST and expression/statement parsing
1 week ago
builtins.rs
Fix parseInt default radix, array concat with empty arrays, and dead code
1 week ago
bytecode.rs
Implement JS closures, const immutability, and method-call this binding
1 week ago
compiler.rs
Implement JS built-in Object, Array, Function, and Error
1 week ago
gc.rs
Implement tri-color mark-and-sweep garbage collector for JS engine
1 week ago
lexer.rs
Fix line continuation escape in string and template literals
1 week ago
lib.rs
Implement JS built-in Object, Array, Function, and Error
1 week ago
parser.rs
Fix export default anonymous function/class parsing
1 week ago
vm.rs
Implement JS built-in Object, Array, Function, and Error
1 week ago