Commit Graph

351 Commits

Author SHA1 Message Date
nocturn9x eab938350c Added python's cache to .gitignore 2021-02-27 17:42:06 +01:00
nocturn9x 7255a477d4 Removed __pycache__ 2021-02-27 17:41:10 +01:00
nocturn9x d82e8ed2b0 Added a comment for a future implementation of greater/less than comparisons and reverted old behavior 2021-02-27 17:40:50 +01:00
Mattia a4ef124d3f
Update website.yml 2021-02-26 16:01:11 +01:00
Mattia d8d28840d4
Update website.yml 2021-02-26 16:00:00 +01:00
Mattia ad00323733
Update website.yml 2021-02-26 15:57:52 +01:00
Mattia 5180f50947
Added JALE setup 2021-02-26 15:48:08 +01:00
Mattia 27c3169c3c
Added automatic website deployment 2021-02-26 15:44:58 +01:00
Mattia 47beac3b85
Merge pull request #42 from Productive2/master
Use Jale, bonus editor support
2021-02-26 15:34:27 +01:00
nocturn9x 15e507fb4b Fixed bug in the build script 2021-02-26 15:33:51 +01:00
Mattia de78f45827
Added nim setup 2021-02-26 15:17:37 +01:00
nocturn9x 5d47a1a09e Updated main.yml 2021-02-26 15:14:15 +01:00
Productive2 960ba879cb Merge remote-tracking branch 'upstream/master' 2021-02-26 15:13:20 +01:00
Productive2 8090fd23bb use jale instead of stdin.readLine 2021-02-26 15:12:02 +01:00
nocturn9x 5bdfa42e9a Merge branch 'master' of https://github.com/japl-lang/japl 2021-02-26 14:04:46 +01:00
nocturn9x 8d468e7bed Fixed build script (oof) 2021-02-26 14:04:38 +01:00
Mattia 75e02e1324
Update main.yml 2021-02-26 14:03:17 +01:00
nocturn9x 303a608e56 Merge branch 'master' of https://github.com/japl-lang/japl 2021-02-26 14:01:20 +01:00
nocturn9x de470a3843 Test for github actions 2021-02-26 14:01:12 +01:00
Mattia 67daca932f
Create main.yml 2021-02-26 13:56:56 +01:00
Productive2 407939bd63 it's still wip 2021-02-26 13:50:28 +01:00
nocturn9x 5d8c31fb07 Fixed identity operator bug and added isnot for consistency. Changed behavior for gt/lt comparisons to account for more complex expressions 2021-02-26 12:27:10 +01:00
Productive2 ad5a26ace3 add wip kakoune highlighter 2021-02-26 10:49:50 +01:00
Productive2 80a5269bfa Merge remote-tracking branch 'upstream/master' 2021-02-26 10:34:39 +01:00
Productive2 4199c0dfc0 vim plugin indev 2021-02-26 10:34:15 +01:00
Mattia 607d88f0c0
Merge pull request #41 from Productive2/master
Testing suite improvements
2021-02-20 22:55:28 +01:00
Productive2 b85598dfb6 removed old debugging parts 2021-02-20 22:30:13 +01:00
Productive2 9964f2b92c New command line options for jats
-t:<test path> to specify test path/a different test dir
-e to enumerate failed tests
-f to run skipped tests
--timeout:<timeout> to specify a custom timeout
skipped tests forced which succeeded will display an info message
when only a single test file is ran, more info is displayed by
default to stdout
2021-02-20 22:23:57 +01:00
nocturn9x 86fc8b9ca3 Disabled dead code after return check (bug) + use non GC'ed memory in chunks and function objects 2021-02-20 14:10:47 +01:00
Productive2 3f0ae9bc1b Merge remote-tracking branch 'upstream/master' 2021-02-20 14:10:42 +01:00
Productive2 f367ec9b00 Merge remote-tracking branch 'upstream/master' 2021-02-20 13:50:45 +01:00
nocturn9x 7c9d313f60 Made code after return statements illegal 2021-02-19 17:14:13 +01:00
nocturn9x c705a76dde Removed useless code in funDeclaration 2021-02-19 16:54:19 +01:00
Productive2 90491806b3 Merge remote-tracking branch 'upstream/master' 2021-02-18 23:21:34 +01:00
Productive2 0b6244d794 improved docs, removed unneccessary argument 2021-02-17 23:41:53 +01:00
Productive2 19ec90d775 more docs 2021-02-16 22:26:54 +01:00
Mattia 1f545b5b94
Merge pull request #40 from Productive2/master
Fix stdlib bug (segfault at readLine())
2021-02-15 07:48:43 +01:00
Productive2 3fbf4300dc now really fixed indentation. sorry im half asleep. 2021-02-15 00:11:37 +01:00
Productive2 328dfacef1 fix indentation 2021-02-15 00:09:47 +01:00
Productive2 9a70d646ef Fix stdlib bug (segfault at readLine()) 2021-02-15 00:04:49 +01:00
nocturn9x 7c1cd5df8e Removed binary file 2021-02-09 18:49:50 +01:00
nocturn9x b67ec65a33 Minor fixes and cleanups 2021-02-09 18:49:34 +01:00
Mattia a5371ea25b
Merge pull request #39 from Productive2/master
Testing suite progress
2021-02-09 18:26:18 +01:00
Productive2 3a98dbea34 Merge remote-tracking branch 'upstream/master' 2021-02-09 18:20:37 +01:00
Productive2 ffd3b9a542 More documentation
inputtest should really not be skipped, but fixed
2021-02-09 18:10:16 +01:00
Productive2 0a7db3ec0c Added printErr, tests to test the test suite 2021-02-09 16:59:34 +01:00
Productive2 6ff9577f66 Removed test duplicates, fixed tests.
Added documentation for the JATS markup.
2021-02-09 16:32:24 +01:00
Productive2 ad74c45213 Fixed debug.nim not showing DEBUG - before a message
Made whitespace significant in the test suite
Fixed tests with DEBUG - on partially
2021-02-09 15:00:18 +01:00
Productive2 c267a6c3be Added license notice 2021-02-09 00:37:11 +01:00
Productive2 671a50d1c2 The test suite works once again (this large rewrite added the new test
format)
Modified tests to the new format
2021-02-09 00:35:40 +01:00