erg/examples
2025-02-08 15:10:48 +09:00
..
foo test: add dir-module testing 2023-05-13 11:50:35 +09:00
a11y.er feat: support symbolized operators 2023-09-09 16:45:24 +09:00
assert_cast.er fix: complement type narrowing bug 2025-02-08 15:10:48 +09:00
class.er feat: restricted visibility methods 2024-03-03 15:39:41 +09:00
control.er fix: crash 2023-02-12 11:04:41 +09:00
declare.d.er WIP: Enable to declare in class methods definitions 2022-11-07 17:37:46 +09:00
declare.py style(python): format with black 2023-03-16 22:39:34 +09:00
dict.er feat!: add dict type methods 2024-12-27 17:18:55 +09:00
external.er fix: external pylib bugs 2023-12-06 18:31:03 +09:00
fib.er chore: fix all typo 2023-05-07 03:43:53 +09:00
helloworld.er Implement string interpolation 2022-12-05 21:24:10 +09:00
impl.er fix: trait impl bugs 2024-12-27 00:24:02 +09:00
import.er test: add dir-module testing 2023-05-13 11:50:35 +09:00
init_del.er fix: constructor bug 2024-03-03 20:00:06 +09:00
iterator.er refactor!: rename Array -> List 2024-04-04 23:24:07 +09:00
list.er refactor!: rename Array -> List 2024-04-04 23:24:07 +09:00
magic.er feat: add unsound module 2023-10-15 11:51:27 +09:00
move_check.er refactor!: rename Array -> List 2024-04-04 23:24:07 +09:00
mut.er feat: ref/ref! with type specification 2024-12-27 02:46:58 +09:00
mylist.er refactor!: rename Array -> List 2024-04-04 23:24:07 +09:00
patch.er Implement Patch 2022-12-02 20:03:02 +09:00
pyimport.er fix: #442 2023-07-24 09:32:31 +09:00
quantified.er fix: type-var resolution bug 2024-01-04 19:25:43 +09:00
raw_ident.er Add raw identifier 2022-10-20 18:53:35 +09:00
record.er fix!(parser): handling of line breaks in enclosures 2023-09-23 23:50:28 +09:00
record.ts Rename slot.ts to record.ts 2022-09-03 10:55:02 +09:00
refinement.er feat: support and/or guard type 2023-10-31 13:47:42 +09:00
set.er Add SetTypeSpec 2022-10-07 10:59:58 +09:00
side_effect.er Add procedure assignment check 2022-10-03 23:09:07 +09:00
structural.er feat!: change constructor syntax: C::__new__() -> C() 2024-02-08 02:42:49 +09:00
trait.er fix: trait parameter bug 2024-04-28 18:53:30 +09:00
tuple.er feat: implement some typevar-related syntax sugar 2023-03-01 23:35:19 +09:00
unit_test.er fix: type declaration bugs 2023-05-06 00:09:56 +09:00
unpack.er feat: add restricted visibility syntax 2023-03-05 02:19:18 +09:00
use_ansicolor.er fix: keyword argument bugs 2023-12-29 17:00:11 +09:00
use_exception.er feat: add exception module 2024-01-04 21:41:24 +09:00
use_py.er Implement Python class method declarations 2022-09-30 18:21:18 +09:00
use_unit.er feat: add RMul, RDiv 2024-09-20 20:36:55 +09:00
with.er fix: a subtyping bug 2023-05-09 23:55:23 +09:00