Packages

The Phi Programming Language

Current section

Files

Jump to
phi test inspect_system_io.exs
Raw

test/inspect_system_io.exs

source = File.read!("lib/System/IO.hm")
{:ok, tokens} = Phi.Lexer.lex(source)
resolved = Phi.Layout.resolve(tokens)
IO.inspect(resolved, limit: :infinity)