Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Talv/plaxtony

Repository files navigation

Plaxtony

Set of libraries to work with StarCraft II map files.

Galaxy script

Parser

Code parsing implementation was heavly inspiried by TypeScript parser. (Some chunks of code were even directly re-used.)
By a result it is very error tolerant, and can handle most of syntax errors within the code, and proceed with parsing the rest of it.

Static analysis

Parsed AST is fully traversed. Symbol table is being built during indexing process. Typechecker implemented.

Language Server Protocol

Implemented providers:

  • Document symbols
  • Workspace symbols
  • Code completions
  • Function signature help
  • Symbol definitions
  • Symbol hover documentation tooltips
  • Find all references
  • Rename symbol
  • Format code

Triggers

Basic capabilities of parsing Triggers | TriggerLib | SC2Lib XML files.

  • Elements list with their metadata
  • Associating elements with their auto generated symbols within galaxy code.
  • Elements documentation from TriggerStrings.txt files.

GameData catalogs

...

Usage examples

About

Set of libraries to work with StarCraft II map files: Galaxy Script, Triggers scheme, Game Data XML.

Topics

Resources

Readme

License

MIT license

Stars

Watchers

Forks

Packages

Contributors