Skip to content

Commit

Permalink
Update README.md with "help" items
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron authored Oct 9, 2024
1 parent 16b1f30 commit 3abcdaf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ A superset of Roku's BrightScript language. Compiles to standard BrightScript.

The BrighterScript language provides new features and syntax enhancements to Roku's BrightScript language. Because the language is a superset of BrightScript, the parser and associated tools (VSCode integration, cli, etc...) work with standard BrightScript (.brs) files. This means you will get benefits (as described in the following section) from using the BrighterScript compiler, whether your project contains BrighterScript (.bs) files or not. The BrighterScript language transpiles to standard BrightScript, so your code is fully compatible with all roku devices.

## Help!

> [!IMPORTANT]
> We are currently seeking testers for two major rewrites:
- Language Server Protocol (LSP) Rewrite: We’ve been hard at work revamping our LSP to improve stability, performance, and add new features. We would love your feedback as you put it through its paces. ([Join the LSP discussion](https://github.com/rokucommunity/brighterscript/discussions/1322))

- Version 1 (v1) Rewrite: This is a complete overhaul of the core of our project. Your input is crucial in helping us identify bugs and further refine the release. ([Join the v1 discussion](https://github.com/rokucommunity/brighterscript/discussions/1321))

If you're interested in helping, please visit the GitHub discussion links above for more information and instructions on how to get involved.

## Features
BrighterScript adds several new features to the BrightScript language such as namespaces, classes, import statements, and more. Take a look at the language specification docs for more information.

Expand Down

0 comments on commit 3abcdaf

Please sign in to comment.