Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maksasj/cyml
https://github.com/maksasj/cyml
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/maksasj/cyml
- Owner: Maksasj
- Created: 2024-02-21T16:13:45.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-24T14:44:38.000Z (9 months ago)
- Last Synced: 2024-02-24T16:41:47.595Z (9 months ago)
- Language: C
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CYML
```
TUPLE creature BEGIN
STRING name "Frog"
TUPLE attributes BEGIN
TUPLE life_attribute BEGIN
U32 health 10
U32 max_health 10
END
TUPLE physical_attribute BEGIN
F32 width 1.2
F32 height 2.4
F32 length 3.6
F32 mass 5.1
END
END
END
```