firefly-compiler 0.4.23 → 0.4.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ import * as firefly from '../output/js/ff/compiler/Main.mjs';
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "description": "Firefly compiler",
5
5
  "author": "Firefly team",
6
6
  "license": "MIT",
7
- "version": "0.4.23",
7
+ "version": "0.4.24",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/Ahnfelt/firefly-boot"
package/vscode/README.md CHANGED
@@ -10,5 +10,7 @@ This extension adds support for the Firefly programming language (`.ff` files).
10
10
  - Document and workspace symbols
11
11
  - Show type on hover
12
12
  - Diagnostics
13
+ - Run in terminal
13
14
 
14
- You can run `.ff` main files via the usual *Run and Debug* side panel - just choose *create a launch.json file*. After that you can also press *F5* to run the currently open file.
15
+ To install the Firefly compiler, run the following command in the terminal:
16
+ ```npm install -g firefly-compiler```
@@ -4,7 +4,7 @@
4
4
  "description": "Firefly language support",
5
5
  "author": "Firefly team",
6
6
  "license": "MIT",
7
- "version": "0.4.23",
7
+ "version": "0.4.24",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/Ahnfelt/firefly-boot"