https://github.com/halostatue/lox
https://github.com/halostatue/lox
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/halostatue/lox
- Owner: halostatue
- Created: 2024-10-29T07:07:06.000Z (8 months ago)
- Default Branch: interpreter
- Last Pushed: 2024-11-20T04:55:14.000Z (7 months ago)
- Last Synced: 2025-02-17T03:14:29.091Z (4 months ago)
- Language: Elixir
- Size: 277 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lox
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `lox` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:lox, "~> 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 .