Giter VIP home page Giter VIP logo

delphi-tree-sitter's People

Contributors

modersohn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

delphi-tree-sitter's Issues

Crash on x86 aka Win32 when querying node end point

Can be seen running the VCL Demo with Win32 being the target platform.

Crash occurs when calling ts_node_end_point(). ts_node_start_point() does not crash, but does not return the correct location.

Originally TSPoint is defined as

typedef struct TSPoint {
  uint32_t row;
  uint32_t column;
} TSPoint;

which I translated to

  TSPoint = packed record
    row: UInt32;
    column: UInt32;
  end;

This works fine on Win64 where the size of the struct equals the size of a pointer. On Win32 that's not the case.

Calling convention for both APIs is explicitly set to cdecl.

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.