Skip to content

Instantly share code, notes, and snippets.

View gabrielolivrp's full-sized avatar
🤠

Gabriel Augusto gabrielolivrp

🤠
  • Brazil
  • 03:33 (UTC -03:00)
View GitHub Profile
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE GADTs #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE PolyKinds #-}
{-# LANGUAGE StandaloneKindSignatures #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators #-}
module WellTypedInterpreter where
@gabrielolivrp
gabrielolivrp / mac.c
Created March 15, 2022 01:23
A simple virtual machine in C
#include <stdbool.h>
#include <stdio.h>
/*
References: https://felix.engineer/blogs/virtual-machine-in-c
*/
/*
Instruction cycle:
- fetch