Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: degory/ghul

v0.8.64

16 Jun 10:02
fe67dca

Choose a tag to compare

Add documentation hygiene guidance (#1197)

v0.8.63

16 Jun 09:56
9a6d20f

Choose a tag to compare

Add tests for using enum and union members (#1196)

v0.8.62

10 Jun 17:52
6e784f5

Choose a tag to compare

Add integration test for static imports via use (#1195)

v0.8.61

09 Jun 21:33
2030f93

Choose a tag to compare

Ensure unions must be global (#1193)

v0.8.60

09 Jun 20:55
6000a36

Choose a tag to compare

Add checks for has_value operator (#1192)

  • validate that has_value members used with the ? operator are bool properties
  • add integration test covering invalid has_value members

v0.8.59

09 Jun 20:35
448b3b0

Choose a tag to compare

Support '?' + 'has_value' on reference types (#1190)

Where a class has a bool has_value property, the '?' operator should only return true if a not null and has_value returns true

v0.8.58

09 Jun 16:50
3257165

Choose a tag to compare

Improve src READMEs (#1191)

v0.8.57

09 Jun 14:08
c289526

Choose a tag to compare

Add Copilot instructions (#1189)

v0.8.56

09 Jun 09:49
f95ac1f

Choose a tag to compare

Updated documentation for AI agents (#1188)

  • Introduced a new file GHUL.md containing a comprehensive tutorial and quick reference for the ghūl programming language, covering syntax, types, control flow, and data structures.
  • Reworked AGENTS.md and added a reference to GHUL.md
  • Updated README.md to include a reference to GHUL.md file

v0.8.55

05 Jun 07:26
351f093

Choose a tag to compare

Update AGENTS with test run times (#1186)