From cbda48afb1f622c3d83f1608ae7193520e43f17f Mon Sep 17 00:00:00 2001 From: mollusk Date: Sun, 4 Jun 2017 23:01:24 -0700 Subject: [PATCH] Added incomplete Standard LIBS --- README.md | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/README.md b/README.md index 03fcf4a..0716df7 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,63 @@ *integer* : Holds 30-bit signed integers; faster than atom *object* : Holds any of the above. +## Standard Library +**Directory**: */usr/local/euphoria-x.x.x-Linux-/include/std* + +net (*directory*) +|--common.e +|--dns.e +|--http.e +|--url.e + +**base64.e** +filesys.e +locale.e +**os.e** - *system calls related to the Operating System* +sequence.e +unittest.e +cmdline.e +flags.e +localeconv.e +pipeio.e +serialize.e +utils.e +console.e +get.e +machine.e +pretty.e +socket.e +wildcard.e +convert.e +graphcst.e +map.e +primes.e +sort.e +datetime.e +graphics.e +math.e +rand.e +stack.e +dll.e +hash.e +mathcons.e +regex.e +stats.e +eds.e +image.e +memconst.e +safe.e +task.e +error.e +io.e +memory.e +scinot.e +text.e +eumem.e +lcid.e +search.e +types.e + ## User input: Getting user input is easy, just make sure to include ```get.e``` and create a prompt like so: