 
      
    | You are here | arunraghavan.net | ||
| | | | | fsharpforfunandprofit.com | |
| | | | | 15 or so combinators that can be combined to parse almost anything | |
| | | | | andreabergia.com | |
| | | | | I usually write parsers by starting from a grammar and either coding a lexer/parser by hand or relying on tools such as the fantastic Antlr. However, a friend recently introduced me to parser combinators, which I found to be very interesting and useful. It's not a recent idea, but it was new to me, and I have found it to be very interesting and useful. | |
| | | | | gilmi.me | |
| | | | | ?m.me - Compiling Lisp to JavaScript from scratch in 350 LOC | |
| | | | | pmig96.wordpress.com | |
| | | When I heard of WebAssembly (WASM for short) a few years ago, I thought: take your C program, compile it to WASM and the browser will simply run it, right? Well, WASM is not (yet) a first-class citizen in the browser world. It does not have access to all APIs and resources that JavaScript has.... | ||