https://github.com/guidanoli/inf2218
INF2218 - Computability
https://github.com/guidanoli/inf2218
Last synced: 7 months ago
JSON representation
INF2218 - Computability
- Host: GitHub
- URL: https://github.com/guidanoli/inf2218
- Owner: guidanoli
- License: gpl-3.0
- Created: 2022-08-12T02:53:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-27T01:20:16.000Z (about 3 years ago)
- Last Synced: 2025-01-17T13:29:28.632Z (9 months ago)
- Language: C
- Size: 1.99 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.