sunjay / brain

A high level programming language that compiles into the brainfuck esoteric programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Casting Between Types

sunjay opened this issue · comments

Example:

32u8 as u32

This requires allocating a new buffer and copying or possibly truncating the current buffer.