Thakee Nathees
88c45cccac
function and else if keywords are changed.
...
- `func` keyword has change to `function`.
- `elsif` changed to `else if`
2022-04-17 07:33:40 +05:30
Thakee Nathees
ddc8bd8197
yet another refactor.
...
This commit doesn't change any behavior, just moving the code
around cleaning things.
2022-04-15 09:58:02 +05:30
Thakee Nathees
8d062e38b8
closures were completely added.
2022-04-13 14:31:57 +05:30
Thakee Nathees
9b7ad74a7c
pk_var changed to pk_value and some minor changes
2022-04-07 06:13:29 +05:30
Thakee Nathees
0d87403f6b
string interpolation implemented (1/2)
...
expression interpolation have implemented (ie. "a${b}c")
name interpolation yet to do (ie. "a $b c")
2022-04-05 08:27:46 +05:30
Thakee Nathees
c3544fb92b
A test suite added to test random things.
2022-04-05 02:59:05 +05:30
Derick Alangi
28cdd564d3
Fix minor typos in test files ( #114 )
2021-06-23 09:51:58 +05:30
Thakee Nathees
41ed7dd991
class implemented
2021-06-21 12:13:37 +05:30
Thakee Nathees
4ba3ee2e28
__file__ added and some todos were completed
2021-06-20 09:29:26 +05:30
Thakee Nathees
e1628f1a73
docstring for pocket functions implemented
2021-06-18 14:52:24 +05:30
Alexander Patel
d830a59c7c
tests: allow tests to be called from anywhere
...
Currently, it is required for the shell's working directory to be in
the repo's test/ directory in order for the tests to run correctly.
This also applies for the static analysis checker.
The reason for this is that paths in the test orchestration code are
defined relative to the test directory. Instead, and since none of
these scripts are modules that will in the forseeable future be
imported into other files, we update all paths to be relative
to the absolute path of the script's file itself.
┏( ͡❛ ͜ʖ ͡❛)┛
2021-06-15 21:41:36 -07:00
Thakee Nathees
5f6f66517f
Merge pull request #77 from ThakeeNathees/ci-workflow2
...
ci workflow script (build.yml) created [2/2]
2021-06-16 05:19:19 +05:30
Thakee Nathees
945af460e0
CI-workflow implemented
2021-06-16 02:57:01 +05:30
Thakee Nathees
9fdab23a94
core attributes refactored and added tests
2021-06-10 23:12:04 +05:30