-
Notifications
You must be signed in to change notification settings - Fork 45
Prerequisites
Øyvind Kallstad edited this page Sep 6, 2017
·
2 revisions
Development of the PowerShell syntax grammar is done using Visual Studio Code, so some of the workflow-elements are set up around that. That doesn't mean you can't use another editor, but you'll either need to run the build and test scripts manually, or set them up in the editor if it supports this.
The build script and the tests both require NodeJS installed. After cloning the repository, running npm install
in the root directory should install all the needed packages, based on information in package.json.
While not strictly necessary for the development of the language grammars, some helper scripts are created as PowerShell scripts.
Use
- Prerequisites
- Workflow
- Tests
- Comment
- String
- Numeric constant
- Type
- Function
- Command (Cmdlet)
- Class
- Enum
- Switch
- Array
- Hashtable
- Subexpression
- Control
- Variable
- Operator