Giter Site home page Giter Site logo

language-ti-basic's People

Contributors

hamburger317 avatar tiny-hacker avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

hamburger317

language-ti-basic's Issues

Improve syntax highlighting

The extension doesn't handle my byte optimised program very well:

Screenshot 2023-12-03 at 11 03 19

Easy problems:

  • DelVar: is matched with (?<=[^a-z]|Ans)DelVar(?=[^a-zA-Z]|$) instead of (?<=[^a-z]|Ans|^)DelVar(?=[^a-zA-Z]|$)
  • logical operations: are scoped as keyword.operator.8xp instead of keyword.operator.logical.8xp (or, and, not(), xor)

Harder problems:

  • DelVar: instructions can be appended to a DelVar without using a colon
  • implicit multiplication: variables and functions used in an implicit multiplication aren't highlighted

Use TI-Toolkit standard token representations

Heya,
As you know, we're trying to standardize textual token representations; TI-Toolkit strongly advocates for new tools to use the accessible token representations provided in https://github.com/TI-Toolkit/tokens/blob/main/8X.xml while we work behind-the-scenes on other community projects to integrate them.

It's currently unclear what token representations you're using- this is partially a call-to-action to use these new sheets and a request for information on what token representations you've chosen. I was pleasantly surprised to see this made it into linguist, congrats and great work!

~ iPhoenix

Revamp tokens and add import / export support

Info

It would be a significant improvement to add import / export support to the extension, and no longer require the additional step of copying and pasting from SC3 or TI-Connect CE. Most likely would be done using tivars_lib_cpp.

Tasks

  • Research way to make the feature fit in well with VS Code - use command palette.
  • Change highlighting to match the token syntax here as opposed to SC3's
  • Import / export TI-BASIC programs

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.