Skip to content

int-e/bits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bit** programming language

This repository contains two implementation of https://github.com/Helen0903/bitch, one in Haskell, and the other in C++.

(Note that despite the offensive name, the language itself is surprisingly interesting.)

The following distinguishing features are implemented:

  • big integers, offering unbounded memory

  • the additional operation % dumps the current state and the next instruction

    format: % .. accumulator (in hex) | reverse storage .. instruction

    example: % .. 0000 0000 0000 0001 | 8000 0000 0000 0000 .. ^^[1

files

About

Haskell and C++ implementations of https://github.com/Helen0903/bitch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published