emmylua_parser 0.3.1

A parser for EmmyLua and luals
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "emmylua_parser"
version = "0.3.1"
edition = "2021"
authors = ["CppCXY"]
description = "A parser for EmmyLua and luals"
license = "MIT"
repository = "https://github.com/CppCXY/emmylua-analyzer-rust"
readme = "README.md"
keywords = ["emmylua", "luals", "parser", "lua"]
categories = ["development-tools", "parsing"]

[dependencies]
rowan.workspace = true