Skip to content

[0076] Split s7.c arithmetic operations into s7_scheme_number.c#858

Closed
da-liii wants to merge 2 commits into
mainfrom
da/0076/s7_split
Closed

[0076] Split s7.c arithmetic operations into s7_scheme_number.c#858
da-liii wants to merge 2 commits into
mainfrom
da/0076/s7_split

Conversation

@da-liii
Copy link
Copy Markdown
Contributor

@da-liii da-liii commented Jun 1, 2026

Split ~3500 lines of arithmetic operations (+ - * / = < > <= >= random etc.) from src/s7.c into src/s7_scheme_number.c using the conditional include pattern (consistent with s7_continuation.c).

Changes:

  • New src/s7_scheme_number.h / src/s7_scheme_number.c
  • s7.c reduced from 88304 to 84805 lines
  • Full regression test passed: 1459/1459 PASS

See devel/0076.md for details.

@da-liii da-liii closed this Jun 1, 2026
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.

1 participant