UNPKG

@adamsy/bhai-lang

Version:

<h1 align="center">Bhai Lang</h1> <p align="center"> <a href="https://lgtm.com/projects/g/DulLabs/bhai-lang/alerts/"><img alt="Total alerts" src="https://img.shields.io/lgtm/alerts/g/DulLabs/bhai-lang.svg?logo=lgtm&logoWidth=18"/></a> <a href="https://lgt

6 lines (4 loc) 216 B
import BhaiLangModule from "./module/bhaiLangModule"; export { NodeType } from "./constants/constants"; export type { ASTNode } from "./components/parser/types/nodeTypes"; export default BhaiLangModule.getParser();