Skip to content

Instantly share code, notes, and snippets.

View ghaberek's full-sized avatar

Gregory Haberek ghaberek

View GitHub Profile
@ghaberek
ghaberek / utparse.e
Created May 29, 2024 18:52
A simple parser for Euphoria unittest.log files
-- std/utparse.e
include std/io.e
include std/get.e
include std/error.e
include std/pretty.e
include std/sequence.e
include std/types.e
sequence PRETTY_INLINE = PRETTY_DEFAULT
@ghaberek
ghaberek / awesome-themes.md
Last active April 12, 2023 20:18
A gallery of themes found around GitHub
@ghaberek
ghaberek / varid.e
Created March 6, 2023 01:47
variable_id
include std/io.e
include std/error.e
include std/pretty.e
include std/types.e
constant NULL = 0
ifdef EUI then
include euphoria/debug/debug.e