• Join/Login
  • Business Software
  • Open Source Software
  • For Vendors
  • Blog
  • About
  • More
    • Articles
    • Create
    • SourceForge Podcast
    • Site Documentation
    • Subscribe to our Newsletter
    • Support Request
SourceForge logo
For Vendors Help Create Join Login
SourceForge logo
Business Software
Open Source Software
SourceForge Podcast
Resources
  • Articles
  • Case Studies
  • Blog
Menu
  • Help
  • Create
  • Join
  • Login
  • Home
  • Browse
  • FMSLogo
  • Code
FMSLogo

FMSLogo Code

A Logo programming environment for Microsoft Windows

Brought to you by: david_costanzo
  • Summary
  • Files
  • Reviews
  • Support
  • Tickets ▾
    • Feature Requests
    • Bugs
    • Support Requests
  • Discussion
  • Code
Menu ▾ ▴
 
  • Browse Commits
  • Browse Files

Code Commit Log


Commit Date  
[r5997] by david_costanzo

Rework some logic in paren_infix to avoid a redundant assignment.
This was done primarily for clarity; I didn't like that right_arg included left_arg, even if temporarily.

2023-12-02 19:29:27 Tree
[r5996] by david_costanzo

Remove a special case of Minus_Tight from priority().
This does not need to be a special case, since it calcluated the same by the common case.
The priority is already specified in the prims table and specifying it redundantly in priority() violates the DRY principal.

2023-12-02 19:23:48 Tree
[r5995] by david_costanzo

Add/correct some comments in paren_infix

2023-12-02 18:48:26 Tree
[r5994] by david_costanzo

Restructure some logic in gather_args to avoid redundant computation.
This may also make the code easier to read.

2023-12-01 04:35:43 Tree
[r5993] by david_costanzo

Cleanup: Remove code that looks useless.
By inspection, if max is less then zero, then set to zero, it
will immediately be decremented back to a negative value.

2023-12-01 04:28:08 Tree
[r5992] by david_costanzo

Cleanup: remove inparen parameter from gather_some_args.
This hasn't been used since bug #566 was fixed.

2023-12-01 04:16:15 Tree
[r5991] by david_costanzo

Fix a typo in a comment

2023-12-01 03:29:19 Tree
[r5990] by david_costanzo

Rename gather_more_args to argument_is_available and add "const" to the argument.
This emphasizes that the function is a simple predicate with no side-effects.
That is, it doesn't gather anything, it just says whether an argument could be gathered.

2023-12-01 03:25:58 Tree
[r5989] by david_costanzo

Declare gather_some_args as static, since it is not used outside this file.

2023-12-01 03:16:25 Tree
[r5988] by david_costanzo

Add/improve some comments

2023-12-01 03:11:08 Tree
Older >
SourceForge
  • Create a Project
  • Open Source Software
  • Business Software
  • Top Downloaded Projects
Company
  • About
  • Team
  • SourceForge Headquarters
    1320 Columbia Street Suite 310
    San Diego, CA 92101
    +1 (858) 422-6466
Resources
  • Support
  • Site Documentation
  • Site Status
  • SourceForge Reviews
SourceForge logo
© 2026 Slashdot Media. All Rights Reserved.
Terms Privacy Opt Out Advertise
mdb logo