Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tree-sitter-c

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tree-sitter-c - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

8

grammar.js

@@ -20,3 +20,3 @@ const PREC = {

FIELD: 15,
SUBSCRIPT: 16,
SUBSCRIPT: 16
};

@@ -524,4 +524,4 @@

field_expression: $ => choice(
prec.left(PREC.FIELD, seq($._expression, '.', $._expression)),
prec.left(PREC.FIELD, seq($._expression, '->', $._expression))
prec.left(PREC.FIELD, seq($._expression, '.', $.identifier)),
prec.left(PREC.FIELD, seq($._expression, '->', $.identifier))
),

@@ -618,3 +618,3 @@

)
)),
))
}

@@ -621,0 +621,0 @@ });

{
"name": "tree-sitter-c",
"version": "0.1.1",
"version": "0.1.2",
"description": "C grammar for node-tree-sitter",

@@ -20,5 +20,5 @@ "main": "index.js",

"scripts": {
"prepublish": "tree-sitter compile && node-gyp build",
"build": "tree-sitter compile && node-gyp build",
"test": "tree-sitter test"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc