peon/tests
Mattia Giambirtone c1a2c9bc55
Updates to README. Cleanup & refactoring
2023-10-01 13:16:40 +02:00
..
abs.pn Removed broken closure implementation, changed local resolution mechanism, many bug fixes to namespaces and tests 2022-12-04 16:54:28 +01:00
auto.pn Initial work on fixing the hellish nightmare of bugs of this repo 2023-06-30 17:26:42 +02:00
blocks.pn Minor improvements to warning messages 2022-12-09 13:40:02 +01:00
calls.pn Many fixes to generics 2022-12-01 22:04:10 +01:00
cast.pn Updates to README. Cleanup & refactoring 2023-10-01 13:16:40 +02:00
chainedCalls.pn Various fixes to closures. Fixed chained calls and local scopes 2022-10-07 15:55:41 +02:00
comparisons.pn Updated comparisons test to always print true 2022-12-06 11:13:13 +01:00
cross_shadowing.pn Fixed issues with shadowing and cross-shadowing 2022-11-27 14:33:45 +01:00
fib.pn Fixed bugs with globals and added related test 2023-05-23 12:10:30 +02:00
fizzbuzz.pn Various parser adjustments and compiler fixes 2022-08-18 22:07:46 +02:00
functionObj.pn More bug fixing, added extra test 2022-12-06 10:59:05 +01:00
fwd.pn Added visibility checks to forward declarations 2023-01-24 12:08:29 +01:00
gc.pn Fixed various bugs related to lambdas and imports. Added module info section to bytecode dumps 2023-05-22 12:57:38 +02:00
generics.pn Minor fixes and changes 2022-12-05 19:19:38 +01:00
generics2.pn Fixed test suite and added test suite runner. Also yeeted templates 2023-07-04 14:33:32 +02:00
generics3.pn Removed broken closure implementation, changed local resolution mechanism, many bug fixes to namespaces and tests 2022-12-04 16:54:28 +01:00
globals.pn Fixed bugs with globals and added related test 2023-05-23 12:10:30 +02:00
import_a.pn Various fixes to the GC, added a few more tests 2022-08-18 19:18:29 +02:00
import_b.pn Various fixes to the GC, added a few more tests 2022-08-18 19:18:29 +02:00
lambda.pn Added lambda test 2023-03-05 16:50:14 +01:00
loops.pn Fixed test suite and added test suite runner. Also yeeted templates 2023-07-04 14:33:32 +02:00
namespaces.pn Updated namespaces test and stdlib 2022-11-28 13:42:12 +01:00
nestedCalls.pn Minor fixes and changes 2022-12-05 19:19:38 +01:00
operators.pn Minor fixes and changes 2022-12-05 19:19:38 +01:00
scopes.pn Removed broken closure implementation, changed local resolution mechanism, many bug fixes to namespaces and tests 2022-12-04 16:54:28 +01:00
switch.pn Added switch statements 2022-12-07 09:15:29 +01:00
varloop.pn More bug fixing, added extra test 2022-12-06 10:59:05 +01:00