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#165 2024-05-05 13:42:36 +01:00
Feature: Support for access modifiers, init scope

Having weird issuesd compiling some stuff now thonmking

So doThing() is private by default, so if I prepend its delcaration with public then things sort out the first error. Similar…

deavmi commented on issue tlang/tlang#165 2024-05-05 13:39:13 +01:00
Feature: Support for access modifiers, init scope

Having weird issuesd compiling some stuff now thonmking

deavmi commented on issue tlang/tlang#165 2024-05-05 13:34:32 +01:00
Feature: Support for access modifiers, init scope

Working on this now...

Sorted out the merge conflicts now

deavmi commented on issue tlang/tlang#165 2024-05-05 13:09:57 +01:00
Feature: Support for access modifiers, init scope

Working on this now...

deavmi commented on issue tlang/tlang#155 2024-05-05 12:44:06 +01:00
Feature: Operator precedence

Added TernaryOperator type

deavmi commented on issue tlang/tlang#155 2024-05-05 12:15:05 +01:00
Feature: Operator precedence

image

deavmi synced commits to feature/views at deavmi/niknaks from mirror 2024-05-05 12:04:14 +01:00
1bdce71561 niknaks.containers
81f5fb278c Merge branch 'master' into feature/views
1a754cf7e6 Feature: Generic tree and visitation framework (#17)
Compare 3 commits »
deavmi synced commits to refs/pull/22/head at deavmi/niknaks from mirror 2024-05-05 12:04:14 +01:00
1bdce71561 niknaks.containers
81f5fb278c Merge branch 'master' into feature/views
1a754cf7e6 Feature: Generic tree and visitation framework (#17)
Compare 3 commits »
deavmi synced commits to refs/pull/22/merge at deavmi/niknaks from mirror 2024-05-05 12:04:14 +01:00
3ea4922d57 Merge 1bdce71561ea6e9f97907c653875b5ceb002977c into 1a754cf7e694afe5c7a6b5045b81f4ef5bb26abd
1bdce71561 niknaks.containers
81f5fb278c Merge branch 'master' into feature/views
1a754cf7e6 Feature: Generic tree and visitation framework (#17)
Compare 4 commits »
deavmi commented on issue tlang/tlang#155 2024-05-05 11:49:16 +01:00
Feature: Operator precedence

Updated with latest base code

deavmi synced commits to master at deavmi/homepage from mirror 2024-05-05 11:04:18 +01:00
e4f2d7bf14 Blog
deavmi synced commits to master at deavmi/homepage from mirror 2024-05-05 10:24:27 +01:00
6211d86755 Blog
deavmi synced new reference refs/tags/v0.16.0 to deavmi/niknaks from mirror 2024-05-04 10:04:36 +01:00
deavmi synced and deleted reference refs/tags/refs/pull/17/merge at deavmi/niknaks from mirror 2024-05-04 10:04:35 +01:00
deavmi synced commits to feature/tree at deavmi/niknaks from mirror 2024-05-04 10:04:35 +01:00
82a9978b4b README
f1c46316a9 Graph (unittests)
1ebed93db7 Graph
Compare 3 commits »
deavmi synced commits to master at deavmi/niknaks from mirror 2024-05-04 10:04:35 +01:00
1a754cf7e6 Feature: Generic tree and visitation framework (#17)
deavmi synced commits to refs/pull/17/head at deavmi/niknaks from mirror 2024-05-04 10:04:35 +01:00
82a9978b4b README
f1c46316a9 Graph (unittests)
1ebed93db7 Graph
Compare 3 commits »
deavmi synced commits to refs/tags/v0.16.0 at deavmi/niknaks from mirror 2024-05-04 10:04:35 +01:00
deavmi commented on issue tlang/tpkg#1 2024-05-04 09:57:43 +01:00
Project and package management

tpkg now has latest niknaks with tree types available