Light | Mirage | Dark |
---|---|---|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |