19 lines
362 B
Plaintext
19 lines
362 B
Plaintext
# Author: Sven Vogel
|
|
# Edited: 25.05.2024
|
|
# License: GPL-2.0
|
|
|
|
# ,----------------------------------------.
|
|
# | Gemstone Standard Library |
|
|
# `----------------------------------------`
|
|
|
|
# standard type definitions
|
|
include "def.gsc"
|
|
|
|
# I/O operations
|
|
include "io.gsc"
|
|
|
|
# memory management
|
|
include "mem.gsc"
|
|
|
|
# mathematical utilities
|
|
include "math.gsc" |