Skip to content

Investigate using tcl parse #224

Description

@marinier

Currently Soar LSP has its own top-level tcl parser, since it needs to track where things are in the files, etc. to provide the desired functionality.

I recently learned that there is a parse library that comes with jtcl that appears to have an overlapping capability. It's worth looking into whether this can help simplify (and improve correctness of) our custom top-level tcl parser. parse executes from tcl.

https://jtcl-project.github.io/jtcl/docs/parser1.4/parse.html

(Note that the name/summary mentions logging -- I'm pretty sure that is a typo.)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions