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
175
pulls
pipelines
we
/
crates
/
js
/
src
/
at
promise
10 files
ast.rs
Implement JS parser: AST and expression/statement parsing
2 weeks ago
builtins.rs
Review fixes: remove redundant reaction, use named constants, add allSettled test
2 weeks ago
bytecode.rs
Implement JS closures, const immutability, and method-call this binding
2 weeks ago
compiler.rs
Implement JS built-in RegExp engine
2 weeks ago
gc.rs
Implement tri-color mark-and-sweep garbage collector for JS engine
2 weeks ago
lexer.rs
Fix String.prototype.search lastIndex handling and remove unimplemented regex flags
2 weeks ago
lib.rs
Implement JS built-in RegExp engine
2 weeks ago
parser.rs
Fix export default anonymous function/class parsing
2 weeks ago
regex.rs
Fix Dot matching to use is_line_terminator for all ECMAScript line terminators
2 weeks ago
vm.rs
Review fixes: remove redundant reaction, use named constants, add allSettled test
2 weeks ago