https://github.com/superhawk610/access_notation
Map and array access notation parsing in Gleam with Elixir bindings.
https://github.com/superhawk610/access_notation
elixir gleam
Last synced: over 1 year ago
JSON representation
Map and array access notation parsing in Gleam with Elixir bindings.
- Host: GitHub
- URL: https://github.com/superhawk610/access_notation
- Owner: superhawk610
- Created: 2021-04-30T06:09:53.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-30T08:23:39.000Z (about 5 years ago)
- Last Synced: 2025-03-17T16:56:54.108Z (over 1 year ago)
- Topics: elixir, gleam
- Language: Dockerfile
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AccessNotation
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `access_notation` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:access_notation, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/access_notation](https://hexdocs.pm/access_notation).