|
You are here |
thomascountz.com | ||
| | | | |
blogs.remobjects.com
|
|
| | | | | New users coming fresh to Elements are often wondering how the compiler is able to mix different programming languages, or how it ends up that you can use the same language on different platforms ("doesn't C# only work on .NET?"). Here's how it works. Elements is not made up of | |
| | | | |
patshaughnessy.net
|
|
| | | | | [AI summary] The article explains how the Crystal compiler parses code by breaking it down into tokens and constructing an abstract syntax tree (AST), highlighting the recursive process and the challenges of reading code one token at a time. | |
| | | | |
deniskyashif.com
|
|
| | | | | How to describe a formal language and build a translator with ANTLR and JavaScript. | |
| | | | |
blog.nodraak.fr
|
|
| | | For the second part of my Rust & WebAssembly journey, I will write a basic hello world project. Note: you can jump to the demo by clicking here. This will give me the opportunity to demonstrate how to write a simple Wasm module in Rust. I will focus on a simple frontend and ignore the backend: no complicated GET or POST requests, no websockets, etc. This article will present how to build a simple game, such as Matt's Pont. | ||