Skip to content

Tags: chiayolin/nbc

Tags

0.1.4

Toggle 0.1.4's commit message
Version: 0.1.3

Fix Homebrew's empty installation problem.

0.1.3

Toggle 0.1.3's commit message
Version: 0.1.3

Minor fix.

0.1.2

Toggle 0.1.2's commit message
Version: 0.1.2

Update makefile

0.1.1

Toggle 0.1.1's commit message
Version: 0.1.1

Update the makefile
Update the install script
Update README.md

0.1

Toggle 0.1's commit message
Version: 0.1 (patched on 05042015)

The first stable release of `nbc` !!! :-D

0.1-rc9

Toggle 0.1-rc9's commit message
Version: 0.1-rc9

64-bit core with overflow detection.
Command line arg verification.
Function to change the prompt.
Improved interactive mode.
Improved command line parsing.

0.1-rc8

Toggle 0.1-rc8's commit message
Version: 0.1-rc8

Re-written command line options parsing.
Added info() to inte public header.

0.1-rc7

Toggle 0.1-rc7's commit message
Version: 0.1-rc7

Added verify() to verifies user's input before passing it to convert()
Updated c_state(), so now it prints full word instead of the short form.
(e.g.) BIN --> binary, HEX --> hexadecimal, and etc.

0.1-rc6

Toggle 0.1-rc6's commit message
Fixed program crashes after input invalid token.

Updated help messages with clear explaination.

0.1-rc5

Toggle 0.1-rc5's commit message
Improved code structure.