1.2.0 • Published 2 years ago

@makechtec/tlapali_langs v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Language Descriptors

The present are only the rule names for more details about the pattern, check the source code.

export const Java: Lang

For java 8, the rules are the follow:

    {
        "name": "class_declaration",
    },
    {
        "name": "import_declaration",
    },
    {
        "name": "variable_declaration",
    },
    {
        "name": "method_declaration",
    },