Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing keywords #138

Merged
merged 2 commits into from
Aug 10, 2023
Merged

Conversation

TheWitheredStriker
Copy link
Contributor

Fixes #137

Added the following (missing) keywords from Free Pascal:

  • assembler
  • cdecl
  • cppdecl
  • constref
  • helper
  • nostackframe
  • oldfpccall
  • pascal
  • register
  • stdcall

Reference: https://wiki.freepascal.org/Reserved_words

@alefragnani alefragnani added this to the Backlog milestone Jul 8, 2023
@alefragnani alefragnani self-assigned this Jul 8, 2023
@TheWitheredStriker
Copy link
Contributor Author

Added the following additional keywords:

Oxygene:

  • add
  • async
  • autoreleasepool
  • await
  • block
  • copy
  • delegate
  • deprecated
  • each
  • empty
  • ensure
  • enum
  • event
  • extension
  • finalizer
  • flags
  • from (Also a LINQ keyword)
  • future
  • has
  • implies
  • inline
  • invariants
  • iterator
  • lazy
  • lifetimestrategy
  • locked
  • locking
  • loop
  • mapped
  • matching
  • method
  • namespace
  • nested
  • new
  • notify
  • nullable
  • old
  • optional
  • parallel
  • params
  • partial
  • pinned
  • queryable
  • raises
  • readonly
  • remove
  • require
  • result
  • sealed
  • selector
  • sequence
  • soft
  • static
  • step
  • strong
  • tuple
  • unconstrained
  • unmanaged
  • unretained
  • using
  • volatile
  • weak
  • where (Also a LINQ keyword)
  • yield

LINQ (Oxygene):

  • asc
  • by
  • concat
  • desc
  • distinct
  • equals
  • group
  • into
  • join
  • order
  • reverse
  • select
  • skip
  • take

Other Delphi keywords:

  • create
  • platform
  • reference
  • safecall

Reference: https://docs.elementscompiler.com/Oxygene/Keywords/

@alefragnani alefragnani merged commit d251502 into alefragnani:master Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] - Missing keywords
2 participants