Skip to content

Commit 7ce86db

Browse files
committed
Update READMEs
1 parent ebab91b commit 7ce86db

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
Tools for working with and analyzing PowerQuery (M Language) scripts
33
- Haskell data structures and AST ([language-powerquery-ast])
44
- Haskell lexer/parser/printer ([language-powerquery])
5+
- A CLI tools for lexing/parsing/printing
6+
- A Javascript/NodeJS version (built with GHCJS)
57
- PowerBI `.pbix` file reader ([pbix])
8+
- A CLI tools to extract (and parse) formulas from `.pbix` files
69
- Example IHaskell (Jupyter) [notebooks]
710
- [Pbix Example]
811

@@ -16,7 +19,11 @@ nix-build --cores 0 -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/19.03.ta
1619
12:52 barak@berkos:~/Development/atidot/language-powerquery/build (master) $
1720
~~~
1821
- `make` (JavaScript / NodeJS)
19-
- TODO:
22+
~~~ shell
23+
00:25 barak@berkos:~/Development/atidot/language-powerquery/build (master) $ make build-js
24+
nix-build --cores 0 -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/19.03.tar.gz --arg compiler \"ghcjs\"
25+
/nix/store/ghn1vzidvvhh13cbmwr00qj70va6ir5y-powerquery-env
26+
~~~
2027

2128
- `make` (Docker)
2229
- TODO:

language-powerquery/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ PowerQuery (M Language) Parser
1313

1414
## TODO
1515

16+
- [ ] Add line numbers (etc.) to `Annotation`
1617
- [ ] Package for Hackage
1718
- [ ] More documentation
1819
- [ ] Missing Lexer/Parser special keywords ([Link])

0 commit comments

Comments
 (0)