Update to version 1.0.0 #3
1 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# Bofa - Books Object Format A
|
||||
# Bofa - Books Object Format A - 1.0.0
|
||||
Bofa is an object notation for general purpose use in serialization and deserialization.
|
||||
The primary focus is on being human readable, while also being extremely easy to parse
|
||||
This repository implements a Bofa parser in the Beef programming language.
|
||||
|
@ -16,6 +16,7 @@ a Array
|
|||
|
||||
## Index
|
||||
- How to install
|
||||
- Changelog
|
||||
- The Bofa notation
|
||||
- Parser notes
|
||||
- Bofa parser API usage
|
||||
|
@ -33,6 +34,12 @@ a Array
|
|||
- Add the Bofa namespace to the files you want to use Bofa with
|
||||
- Use Bofa
|
||||
|
||||
## Changelog
|
||||
- Version 1.0.0
|
||||
- Initial Version
|
||||
- Fast parsing
|
||||
- Add automated serialization generation
|
||||
|
||||
## The Bofa notation
|
||||
The notation itself is pretty simple.
|
||||
Every line contains one Bofa "Entry", but empty lines and comments are also allowed.
|
||||
|
|
Loading…
Add table
Reference in a new issue