Commit Graph

15 Commits

Author SHA1 Message Date
151c9e7227 trying to detect prohibited access to an instance vairables in a class method.
inventing the class instantiation method concept
2022-02-24 16:47:26 +00:00
2195fc1d92 added the super keyword 2022-02-18 16:32:19 +00:00
52b445416d added a new identifier - self 2022-02-05 17:35:10 +00:00
5f7dc95f40 writing code to implement return variables 2021-05-09 15:32:54 +00:00
2cd3a0cc6e enhancing the compiler to support the variable argument list with the ellipsis 2021-05-07 08:53:01 +00:00
be3302cbb9 fixed the reader and the compiler to process the a dic/array/byte-array item after a period in a data list properly 2021-01-25 15:23:24 +00:00
0fa279fa1c yet implementing the new compiler 2021-01-19 14:07:42 +00:00
919ab8f57e coding a better compiler 2021-01-17 17:45:39 +00:00
a42b50598a experimenting with the new reader 2021-01-15 09:12:28 +00:00
877919afdd modified code further to enhance the reader 2021-01-13 09:54:44 +00:00
3d6efc7f62 changing code for the new reader and compiler 2021-01-12 09:06:25 +00:00
0d3d8b466e changing read2.c 2021-01-12 00:21:43 +00:00
5b046b232e more code to implement a new object reader 2021-01-10 16:04:36 +00:00
09c2352666 changing code to improve the compiler 2021-01-09 16:53:35 +00:00
a8865a8a0b attempting to preserve token location between the reader and the compiler 2021-01-06 09:37:29 +00:00