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