hashc icon indicating copy to clipboard operation
hashc copied to clipboard

New constant declration syntax

Open feds01 opened this issue 11 months ago • 0 comments

  • ast: remove AccessKind differentiator
  • parser: change access type and pattern syntax to use . over ::
  • semantics: adjust resolution to work without AccessKind
  • stdlib: update sources to use . over ::
  • tests: use . over :: syntax for accessors
  • ast: add is_constant flag to Declaration
  • parser: support new :: constant declaration syntax
  • tests: add case for constant declarations
  • tests: update failed cases for new constant declaration syntax
  • chore: fmt

feds01 avatar Mar 23 '24 13:03 feds01