From 471fbfe42b73bc82f3080ec1f8f02d9202098bdc Mon Sep 17 00:00:00 2001 From: jsrobson10 <45777442+jsrobson10@users.noreply.github.com> Date: Wed, 22 Jul 2020 15:27:04 +1000 Subject: [PATCH] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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++