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

Eliminate discrepencies between online IDE and desktop version #216

Merged
merged 18 commits into from
Jan 10, 2024

Conversation

netalondon
Copy link
Collaborator

This handles cases where the online IDE permits HDL code that is considered an error by the desktop java version.

@netalondon netalondon marked this pull request as draft January 7, 2024 15:03
@netalondon netalondon marked this pull request as ready for review January 7, 2024 16:24
components/src/stores/chip.store.ts Show resolved Hide resolved
simulator/src/chip/builder.ts Show resolved Hide resolved
@@ -30,6 +30,7 @@ export interface Part {

export interface HdlParse {
name: string;
nameSpan: Span;
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think I'd rather see this as name: {value: string, span?: Span}

@DavidSouther DavidSouther merged commit 0fd2a39 into nand2tetris:main Jan 10, 2024
1 check 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