You are browsing as a guest. Sign up (or log in) to start making projects!

7h 5m 31s logged

Devlog 1: Building blocks

I’ve been focusing on the scripting language, Ile, because to be honest the editor is the boring part. So far, I have project structure and some fundamentals–I’ve written the tokenizer and some stack-switching logic. For those who don’t know, the tokenizer is responsible for taking a blob of (hopefully) human-readable source code and converting it into tokens, which are used later on to build an abstract syntax tree. For now, all I’m concerned about is that cargo test passes!

0
7

Comments 0

No comments yet. Be the first!