Search-engine friendly clone of the
ACL2 documentation
.
Top
Documentation
Books
Boolean-reasoning
Projects
Debugging
Std
Proof-automation
Macro-libraries
ACL2
Theories
Rule-classes
Proof-builder
Recursion-and-induction
Hons-and-memoization
Events
Parallelism
History
Programming
Defun
Declare
System-utilities
Stobj
State
Mutual-recursion
Memoize
Mbe
Io
Defpkg
Apply$
Loop$
Programming-with-state
Arrays
Characters
Time$
Loop$-primer
Fast-alists
Defconst
Defmacro
Evaluation
Guard
Equality-variants
Compilation
Hons
ACL2-built-ins
Developers-guide
System-attachments
Advanced-features
Set-check-invariant-risk
Numbers
Irrelevant-formals
Efficiency
Introduction-to-programming-in-ACL2-for-those-who-know-lisp
Redefining-programs
Lists
Invariant-risk
Errors
Defabbrev
Conses
Alists
Set-register-invariant-risk
Strings
Std/strings
Pretty-printing
Printtree
Base64
Charset-p
Strtok!
Cases
Concatenation
Html-encoding
Character-kinds
Substrings
Strtok
Equivalences
Url-encoding
Lines
Explode-implode-equalities
Ordering
Numbers
Decimal
Hex
Octal
Parse-octal-from-string
Parse-octal-from-charlist
Nat-to-oct-chars
Oct-digit-chars-value
Oct-digit-char-p
Take-leading-oct-digit-chars
Oct-digit-char-value
Oct-digit-char-list*p
Oct-digit-char-listp
Skip-leading-octal-digits
Oct-digit-string-p
Nat-to-oct-string
Strval8
Nat-to-oct-string-list
Revappend-nat-to-oct-chars
Nonzero-oct-digit-char-p
Nat-to-oct-string-size
Octal-digit-to-char
Binary
Pad-trim
Coercion
Std/strings/digit-to-char
Substitution
Symbols
String-listp
Stringp
Length
Search
Remove-duplicates
Position
Coerce
Concatenate
Reverse
String
Subseq
Substitute
String-upcase
String-downcase
Count
Char
String<
String-equal
String-utilities
String-append
String>=
String<=
String>
Hex-digit-char-theorems
String-downcase-gen
String-upcase-gen
Program-wrapper
Get-internal-time
Basics
Packages
Oracle-eval
Defmacro-untouchable
Primitive
<<
Revert-world
Unmemoize
Set-duplicate-keys-action
Symbols
Def-list-constructor
Easy-simplify-term
Defiteration
Fake-oracle-eval
Defopen
Sleep
Operational-semantics
Real
Start-here
Debugging
Miscellaneous
Output-controls
Macros
Interfacing-tools
Interfacing-tools
Hardware-verification
Software-verification
Math
Testing-utilities
Numbers
Octal
Functions for working with octal numbers in strings.
Subtopics
Parse-octal-from-string
Parse a octal number from a string, at some offset.
Parse-octal-from-charlist
Parse a octal number from the beginning of a character list.
Nat-to-oct-chars
Convert a natural number into a list of octal bits.
Oct-digit-chars-value
Coerces a
oct-digit-char-list*p
into a natural number.
Oct-digit-char-p
Recognizer for octal digit characters: 0-7.
Take-leading-oct-digit-chars
Collect any leading octal digit characters from the start of a character list.
Oct-digit-char-value
Coerces a
oct-digit-char-p
character into a number.
Oct-digit-char-list*p
Recognizes lists of
oct-digit-char-p
characters.
Oct-digit-char-listp
Recognize lists of octal digit characters.
Skip-leading-octal-digits
Skip over any leading octal digit characters at the start of a character list.
Oct-digit-string-p
Recognizer for strings whose characters are octal digits.
Nat-to-oct-string
Convert a natural number into a string with its octal digits.
Strval8
Interpret a string as a octal number.
Nat-to-oct-string-list
Convert a list of natural numbers into a list of octal digit strings.
Revappend-nat-to-oct-chars
More efficient version of
(
revappend
(
nat-to-oct-chars
n) acc).
Nonzero-oct-digit-char-p
Recognizer for non-zero octal digit characters: 1-7.
Nat-to-oct-string-size
Number of characters in the octal representation of a natural.
Octal-digit-to-char
Convert a number from 0-7 into a octal character.