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

Syntactic environment #480

Merged
merged 60 commits into from
Aug 28, 2024
Merged

Syntactic environment #480

merged 60 commits into from
Aug 28, 2024

Conversation

yamacir-kit
Copy link
Owner

@yamacir-kit yamacir-kit commented Apr 10, 2024

New features

  • Error reporting with file name and line number (Error #482)

Obsolete features

None.

Bug fixes

None.

Miscellaneous changes

  • Citations in the README were changed to Vancouver style (Documentation #481)
  • Expressions wrapped in syntactic closure are now expanded to expressions containing only identifiers explicitly “renamed” during macro expansion (Syntactic closure #483)
  • The compiler has been upgraded from a one-pass compiler to a multi-pass compiler, which consists of a macro expansion phase and a code generation phase (Syntactic environment #480)

Signed-off-by: yamacir-kit <[email protected]>
Signed-off-by: yamacir-kit <[email protected]>
Signed-off-by: yamacir-kit <[email protected]>
Signed-off-by: yamacir-kit <[email protected]>
Signed-off-by: yamacir-kit <[email protected]>
Signed-off-by: yamacir-kit <[email protected]>
Signed-off-by: yamacir-kit <[email protected]>
Signed-off-by: yamacir-kit <[email protected]>
Signed-off-by: yamacir-kit <[email protected]>
Signed-off-by: yamacir-kit <[email protected]>
Signed-off-by: yamacir-kit <[email protected]>
@yamacir-kit yamacir-kit marked this pull request as ready for review August 28, 2024 15:24
@yamacir-kit yamacir-kit merged commit bb24f9d into release-candidate Aug 28, 2024
8 checks passed
@yamacir-kit yamacir-kit deleted the syntactic-environment branch August 28, 2024 15:36
@yamacir-kit yamacir-kit mentioned this pull request Aug 28, 2024
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.

1 participant