diff --git a/README.md b/README.md index c1e5431..9d465ac 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ ### Links - Overview +- Languages - Data types - Creating an object - Arrays - Named lists - Saving classes -- Other implementations ### Overview @@ -19,6 +19,12 @@ be fast and work well on 32-bit systems, but have a maximum size of 2 GB. BDF allows human readable serialization to see what is going on for debugging purposes, but it currently can't parse the human readable serialized string to an object. + +### Languages + +- Java +- C++ + ### Data types - Boolean @@ -256,8 +262,3 @@ hello.hello(); manager.save(); ``` - -### Other implementations - -- Java -- C++