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
165
pulls
pipelines
we
/
crates
/
js
/
src
/
at
console-api
10 files
ast.rs
Implement JS parser: AST and expression/statement parsing
1 week ago
builtins.rs
Implement Console API: console.log, console.error, console.warn
6 days ago
bytecode.rs
Implement JS async functions and await
1 week ago
compiler.rs
Implement JS async functions and await
1 week ago
gc.rs
Implement tri-color mark-and-sweep garbage collector for JS engine
1 week ago
lexer.rs
Fix String.prototype.search lastIndex handling and remove unimplemented regex flags
1 week ago
lib.rs
Implement JS built-in RegExp engine
1 week ago
parser.rs
Implement JS async functions and await
1 week ago
regex.rs
Fix Dot matching to use is_line_terminator for all ECMAScript line terminators
1 week ago
vm.rs
Implement Console API: console.log, console.error, console.warn
6 days ago