SuperFactoryManager icon indicating copy to clipboard operation
SuperFactoryManager copied to clipboard

SECONDS (singular) probably broken

Open TeamDman opened this issue 10 months ago • 0 comments

https://github.com/TeamDman/SuperFactoryManager/blob/a14693853d70e5db68de381e12f1b15896a2c24c/src/main/java/ca/teamdman/sfml/ast/ASTBuilder.java#L220-L222

https://github.com/TeamDman/SuperFactoryManager/blob/a14693853d70e5db68de381e12f1b15896a2c24c/src/main/java/ca/teamdman/sfml/ast/ASTBuilder.java#L245-L247

https://github.com/TeamDman/SuperFactoryManager/blob/a14693853d70e5db68de381e12f1b15896a2c24c/src/main/antlr/sfml/SFML.g4#L17-L22

it's supported in the .g4 file but the multiply is missing.

TeamDman avatar Feb 21 '25 23:02 TeamDman