Tristan B. Velloza Kildaire deavmi
  • Stellenbosch, South Africa
  • https://deavmi.assigned.network
  • I ❤️ programming and computers. I have a big interest in compiler and interpreter design and implementation and also an interest in networking and fmts/protos.

  • Joined on 2021-12-21
deavmi commented on issue tlang/tlang#149 2024-05-11 21:04:52 +01:00
Feature: Static class inits

Closing until we get to this

deavmi closed issue tlang/tlang#149 2024-05-11 21:04:52 +01:00
Feature: Static class inits
deavmi commented on issue tlang/tlang#154 2024-05-11 21:04:28 +01:00
Class static init on class declaration

Closing until we get to this

deavmi closed issue tlang/tlang#154 2024-05-11 21:04:28 +01:00
Class static init on class declaration
deavmi commented on issue tlang/tlang#183 2024-05-11 15:15:40 +01:00
Feature: Helper methods for entity accessing

Will commit and push the usage cases of this later, need a break now.

deavmi commented on issue tlang/tlang#183 2024-05-11 15:14:53 +01:00
Feature: Helper methods for entity accessing

Resolver

  • Added resolveBest_Safe(...)

ResolutionError

  • Added new type
deavmi commented on issue tlang/tlang#183 2024-05-11 13:45:50 +01:00
Feature: Helper methods for entity accessing

Think I may be done with dependency calls :)

deavmi commented on issue tlang/tlang#184 2024-05-11 13:25:43 +01:00
🧹🧼 Cleanup: Remove pathTrailDeps and related methods

CI/CD

deavmi commented on issue tlang/tlang#184 2024-05-11 13:24:28 +01:00
🧹🧼 Cleanup: Remove pathTrailDeps and related methods

Local tests

deavmi commented on issue tlang/tlang#184 2024-05-11 13:21:41 +01:00
🧹🧼 Cleanup: Remove pathTrailDeps and related methods

Dependency

  • Removed unused pathTrailDeps
deavmi opened issue tlang/tlang#184 2024-05-11 13:20:21 +01:00
sd
deavmi commented on issue tlang/tlang#183 2024-05-11 12:00:19 +01:00
Feature: Helper methods for entity accessing

ResolutionError

  • Added initial version of the exceptionm AND error builder

Resolver

  • Added resolveWithin_Safe(Container currentContainer, string name) which throws on an error
deavmi opened issue tlang/tlang#183 2024-05-11 11:33:53 +01:00
Feature: Helper methods for entity acessing
deavmi commented on issue tlang/tlang#179 2024-05-11 10:37:22 +01:00
Feature: MPositionable

This has been superceded by #181

deavmi closed issue tlang/tlang#179 2024-05-11 10:37:22 +01:00
Feature: MPositionable
deavmi commented on issue tlang/tlang#53 2024-05-11 10:26:21 +01:00
Context's .container deemed useless

What is Context?

The Context is passed around to indicate InitScope of an item and the container of such a thing. However, many parser nodes have a parentOf field, so this part…

deavmi commented on issue tlang/tlang#45 2024-05-11 10:23:01 +01:00
Dependency

I am sure this is already done as of like last year

deavmi closed issue tlang/tlang#45 2024-05-11 10:23:01 +01:00
Dependency
deavmi closed issue tlang/tlang#55 2024-05-11 10:20:40 +01:00
Special DNode types
deavmi commented on issue tlang/tlang#55 2024-05-11 10:20:39 +01:00
Special DNode types

Closing for now as very old