Skip to content

Instantly share code, notes, and snippets.

View Atem2069's full-sized avatar
🦆
eepy

henry Atem2069

🦆
eepy
  • University of Birmingham
  • United Kingdom
  • 16:07 (UTC +01:00)
View GitHub Profile
#pragma once
#include<iostream>
#include<vector>
#include<stack>
class Interpreter
{
public:
static void Run(std::string input)
#include<iostream>
#include<glad/glad.h>
#include<glfw/glfw3.h>
struct vec3
{
float x, y, z;
};
int main()