2024-05-25 07:59:38 +00:00
|
|
|
# Author: Sven Vogel
|
|
|
|
# Edited: 25.05.2024
|
|
|
|
# License: GPL-2.0
|
|
|
|
|
|
|
|
# ,----------------------------------------.
|
|
|
|
# | Gemstone Standard Library |
|
|
|
|
# `----------------------------------------`
|
|
|
|
|
|
|
|
# standard type definitions
|
2024-05-25 11:50:21 +00:00
|
|
|
import "def.gem"
|
2024-05-25 07:59:38 +00:00
|
|
|
|
2024-05-25 14:38:26 +00:00
|
|
|
# I/O operations
|
|
|
|
import "io.gem"
|
2024-05-25 07:59:38 +00:00
|
|
|
|
2024-05-25 14:38:26 +00:00
|
|
|
# memory management
|
|
|
|
import "mem.gem"
|