Sarra Sou

Results 30 comments of Sarra Sou

I think since drasil-gen and drasil-lang exist and we want to avoid ambiguity with drasil-genlang, we can opt for one of these names: - [ ] drasil-codegen: it's clear but...

I dont understand why this point is an issue: LanguagePolymorphic.hs has functions that the Julia renderer doesn't use. If it's a shared toolbox, then Julia just doesn’t need all the...

Julia does use LanguagePolymorphic, but only a subset of its functions. Similarly for the other renderers so I think no changes should be made to `LanuagePolymorphic.hs`

I checked the `CodeInfoProc.hs` and `CodeInfoOO.hs` and found some common instances: - SharedProg - ProgramSym - FileSym - BodySym - BlockSym - TypeSym, TypeElim - ScopeSym - VariableSym, VariableElim -...

Looking back to the `CLike.hs`, Julia does indeed use some of its functions Do you suggest moving them to a seperate file?

I've finished the graph and would appreciate reviews and feedback to clarify any potential misunderstandings. [drasil-gool.pdf](https://github.com/user-attachments/files/20212544/drasil-gool.pdf)

Ill write an additional document for those helpers.

Thank you @JacquesCarette for the clarification. Here's a second version. I don't know why the quality drops after I download the pdf. [drasil-gool.pdf](https://github.com/user-attachments/files/20213817/drasil-gool.pdf)

[gool support utilities details.pdf](https://github.com/user-attachments/files/20213953/gool.support.utilities.details.pdf)

I didnt remove the helpers from the CommonOO file just in case ( which is causing the HLint error ). If the new file is fine Ill clean it.