TheToolsmiths / ddl

Data Definition Language for Game Development Tools
MIT License
4 stars 3 forks source link

Type definitions #15

Open flaxed opened 5 years ago

flaxed commented 5 years ago

The definition of data types is the main use case for a DDL. Each data type is defined by a type name and a list of fields.

A proposal for the type definition syntax can be found here.