SFTtech / nyan

Typesafe hierarchical key-value database with inheritance and dynamic patching :smiley_cat:
Other
208 stars 29 forks source link

Use nyan file version number for parsing #40

Open TheJJ opened 6 years ago

TheJJ commented 6 years ago

In order to prevent compatibility problems in the future, we should require a nyan version number in each nyan file.

Proposal:

# blabla copyright whatnot
# then the version specification
!format nyan 1.0

# blablabla
Object():
   ...
TheJJ commented 3 years ago

Basic support landed with #87, but we don't verify it yet or parse the file depending on the fie.