An open API service indexing awesome lists of open source software.

https://github.com/guidanoli/inf2218

INF2218 - Computability
https://github.com/guidanoli/inf2218

Last synced: 7 months ago
JSON representation

INF2218 - Computability

Awesome Lists containing this project

README

          

# INF2218 - Computability

## `incbin.jff`

Increments a number in binary representation.
Example: `11` produces `100`.

## `addbin.jff`

Adds two numbers in binary representation.
Example: `=101+10` produces `111`.