QSP ecosystem written in F# environment. Contains: language core (AST, parser, printer), language server (LSP) and CLI utility for manipulating language sources.
4
stars
1
forks
source link
feat(cli): add the number of statements per line statistics #42
Solution
The user starts the utility with the following parameters:
And the program counting the number of statements per line in all game.
The calculation goes like this:
For example, the following line is given:
Counts as 3 statements:
a = 4
if ... : ...
test