Pinned Repositories
2tLoxInterpreter
An implementation of the Lox interpreter from CraftingInterpreters in Pharo
abep_2024
Material del curso Algoritmos para biología estructural de proteínas.
Analisis2
Apuntes de Analisis II (C), Teoremas de final con sus demos y algunos ejercicios resueltos
bochs
Little utility for the Bochs's debugger. Added info tss [idx] command
DijkstraAlgorithmPharo
IWST_FFI_Paper
Redesigning FFI calls in Pharo: exploiting the baseline JIT for more performance and low maintenance
loader
very basic ELF Loader
pharo-unicorn
Pharo bindings to the Unicorn machine code simulation library
pharo-vm
This is the VM used by Pharo
pharo-vm--notes
Random Pharo(VM) notes
doste's Repositories
doste/IWST_FFI_Paper
Redesigning FFI calls in Pharo: exploiting the baseline JIT for more performance and low maintenance
doste/2tLoxInterpreter
An implementation of the Lox interpreter from CraftingInterpreters in Pharo
doste/abep_2024
Material del curso Algoritmos para biología estructural de proteínas.
doste/Analisis2
Apuntes de Analisis II (C), Teoremas de final con sus demos y algunos ejercicios resueltos
doste/bochs
Little utility for the Bochs's debugger. Added info tss [idx] command
doste/clase-repaso-orga2
doste/compi
A compiler (eventually, hopefully)
doste/computingSystemsCourse
Course about computer systems. Computer organization and operating systems. (Spanish)
doste/cs50_Finance
C$50 Finance, a web app via which you can manage portfolios of stocks. Very small and simple, written in Flask. It's one of the projects from the Harvard's CS50 online course.
doste/DijkstraAlgorithmPharo
doste/doste.github.io
doste/druid
Meta-compiler to generate an optimised JIT compiler frontend based on an Interpreter definition
doste/hello-world
just another repository
doste/Library2t
Very basic Library app for The Odin Project.
doste/loader
very basic ELF Loader
doste/pharo-unicorn
Pharo bindings to the Unicorn machine code simulation library
doste/pharo-vm
This is the VM used by Pharo
doste/pharo-vm--notes
Random Pharo(VM) notes
doste/Probabilidad_y_Estadistica-2021
doste/TallerPaginacionOrga2
doste/FFICallLogger
Log FFI call execution in Pharo
doste/linkito
A toy mach-o linker
doste/pharo
Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.
doste/PharoDataStructures
doste/PharoDoc
Document generator for Pharo Classes
doste/rusty-chibicc
chibicc C compiler but written in Rust and generates ARM assembly [WIP]
doste/test
doste/TicTacToe
Very basic TicTacToe game created with HTML, CSS and JS. From The Odin Project curriculum.