This repository has been archived by the owner on Jun 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Merging #67 issue implementation into dev
to continue from dev
onwards
#4
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…e` property in `PblMetaVarCtx`
…handling functions
…t be collected by the GC
…lity to add cleanup with the macros `PBL_DECLARE_VAR` and `PBL_DEFINE_VAR`
…plement advanced meta-types (65, 66, 67)
…main-execution setup for pbl-mem.h
…mple_print_program.cpp and test_io.cpp
…tring_T*, PblChar_T*)` and `PblChar_T *PblInputChar(PblString_T*, PblChar_T*)`
…igned int` and can never be <0
…kwards-compatibility of the library
…ompatibility-checks.yml
…C++ to avoid warnings
…TRUCTOR` and added simple `PblPointer_T` type
…ented the type tracking initialisation for `pbl-types.c` (Requires further implementation across the library)
…patibility-checks.yml
…outdated cleanup section
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Merging the branch for the implementation of the issues
#69
,#67
,#66
and#65
, as they will be part of the future core development, and as such changes should be in the maindev
branchIntroduced Changes
Is this PR related to an issue or problem
No.
Does your new code introduce new warnings or errors? (At current state)
No.
Changelog
Ignored for this PR