formal-language/grammar

View on GitHub
src/ll1/parse.js

Summary

Maintainability
A
45 mins
Test Coverage

Function parse has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

export default function parse(root, start, eof, productions, table, tape) {
Severity: Minor
Found in src/ll1/parse.js - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status