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

Separate Parser and Post-parser code C code #4138

Merged
merged 6 commits into from
Sep 11, 2023

Conversation

komaljai
Copy link
Contributor

@komaljai komaljai commented Sep 8, 2023

Separated the parser and post_parser code into 2 different C files. There would be 3 files generated by compiler now, programName_parser.c, programName_post_parser.c, programName_parser.h
Also the '-c' argument is optional now and its syntax has been changed.
Old Syntax : '-c' cfile
New Syntax '-c' output directory

Copy link
Contributor

@usha1830 usha1830 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@usha1830 usha1830 merged commit 555029d into p4lang:main Sep 11, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants