Wait for theme
new
Umwelt (context) > Felixir
Felixir
Safe Elixir -> saFe elixir -> Felixir
concepts
Alias ()
Felixir Alias
Attribute ()
Felixir Attribute
Structure ()
Felixir Structure AST
Literal ()
Felixir Literal AST
Value ()
Felixir Value AST
Call ()
Parses Call AST
Concept ()
Concept (module) of parsed AST
Field ()
Parses Struct definition AST
Function ()
Parses Function AST
Implement ()
Parses Implement AST
Operator ()
Left & Right Operator AST
Pipe ()
Pipe Operator AST
Protocol ()
Parses Protocol AST
Root ()
Root of Concept tree from parsed AST
Sigil ()
Felixir Sigil AST
Signature ()
Parses Signature AST
Type ()
Type AST
Unary ()
Felixir Unary operator AST
Variable ()
Felixir Variable AST
attrs
fields
signatures
samples
implements
protocols
lib/umwelt/felixir.ex
defmodule Umwelt.Felixir do
@moduledoc "Safe Elixir -> saFe elixir -> Felixir"
end
defmodule Umwelt.Felixir do
@moduledoc "Safe Elixir -> saFe elixir -> Felixir"
end
test/umwelt/felixir_test.exs
defmodule Umwelt.FelixirTest do
use ExUnit.Case, async: true
end
defmodule Umwelt.FelixirTest do
use ExUnit.Case, async: true
end