[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Back!
From: |
Jose E. Marchesi |
Subject: |
Back! |
Date: |
Mon, 30 Sep 2019 11:25:46 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hi people!
I just arrived home after a crazy month of Free software
conferences... word about Poke was spread and I had lots of fun but, I
couldn't hack a single line of code for weeks, grrr.
Time to fix that! This is my current roadmap for poke:
- Finish the transition from using PVM offset values to use bit-offsets
in the array and struct pvm values. This is for performance, and to
avoid annoying silly normalizations and conversions everywhere. My
current WIP.
- Move the determination of lexical addresses from the parser (ugh) to
transf.
- Implement support for maps in l-values:
(poke) int @ OFFSET = 666
- Implement the pre/post-increment/decrement operators for both integer
values and offsets.
- Finish struct constructors.
- Implement unions (easier than it seems.)
- Manual!
Enough for keeping me busy for a few weeks ;)
Salud!
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Back!,
Jose E. Marchesi <=