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

Version 0.2.0 #68

Draft
wants to merge 271 commits into
base: main
Choose a base branch
from
Draft

Version 0.2.0 #68

wants to merge 271 commits into from

Conversation

AjaniBilby
Copy link
Member

@AjaniBilby AjaniBilby commented Sep 17, 2022

Change Log

Additions

  • printf function
  • either types
  • trait declaration
  • impl statement for functions tied to a type, based on required behaviour
  • struct {key: value} syntax now available for creating structures
  • Intrinsic Drop trait which automatically gets executed on structs with this type when the value falls out of scope
  • Intrinsic Clone trait which automatically gets called when cloning a struct with the Clone trait implemented

Fixes

Changes

Tweaks

  • Now uses the LLVM tool chain (instead of clang) to generated the platform specific assembly, then clang does the final mile to make the executable binary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant