You are here |
blog.japaric.io | ||
| | | |
mcyoung.xyz
|
|
| | | | ||
| | | |
mcyoung.xyz
|
|
| | | | ||
| | | |
kuterdinel.com
|
|
| | | | I demonstrate how you can write a simple JIT (Just In Time) compiler for x86 in about 1000 lines of C code. | |
| | | |
ariya.io
|
|
| | A common approach to analyze JavaScript source statically is to parse the source into an abstract syntax tree (AST) and then to traverse the AST. An alternative approach that might work in a few cases is to inspect each syntax node as it is constructed. |