Giter Site home page Giter Site logo

milahu / tree-sitter-nickel Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 1.54 MB

nickel grammar for tree-sitter. deprecated in favor of https://github.com/nickel-lang/tree-sitter-nickel

Home Page: https://github.com/nickel-lang/tree-sitter-nickel

License: MIT License

Python 0.96% C++ 40.60% JavaScript 37.81% Rust 9.37% Scheme 10.56% Nix 0.70%
tree-sitter-parser nickel nix nixos tree-sitter grammar

tree-sitter-nickel's Introduction

tree-sitter-nickel's People

Contributors

cstrahan avatar erinvanderveen avatar justinwoo avatar kkharji avatar milahu avatar oxalica avatar

Watchers

 avatar  avatar  avatar

tree-sitter-nickel's Issues

Unresolved conflict: _expr_app -> App or _expr_op

$ tree-sitter generate 
Unresolved conflict for symbol sequence:

  'let'  attrpath  '='  _expr_app  •  Id  …

Possible interpretations:

  1:  'let'  attrpath  '='  (App  _expr_app  •  _expr_select)
  2:  'let'  attrpath  '='  (_expr_op  _expr_app)  •  Id  …

Possible resolutions:

  1:  Specify a higher precedence in `App` than in the other rules.
  2:  Specify a higher precedence in `_expr_op` than in the other rules.
  3:  Specify a left or right associativity in `_expr_op`
  4:  Add a conflict for these rules: `_expr_op`, `App`

hmm ....

too bad that "staring at the code" does not solve the problem

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.