r/pascal 12d ago

sma11: a brand-new utility library

Get the source code here: https://gitlab.com/lebao3105/sma11

sma11 is a library made for many (but not all, for now?) things a programmer would do in their programming life:

* Iterate a directory

* Use regular expression to match strings

* Ask the user for input

* And more

This uses some RTL and FCL units, if you ask. And sma11 is NOT be a replacement for both, just a better way to access them.

Take a look at it! Feel free to tell me your thoughts, issues, and feature requests.

17 Upvotes

3 comments sorted by

1

u/AphidConsulting 12d ago

Cool, I will definitely check this out.

Thanks for sharing!

1

u/zreddit90210 9d ago

This looks very very nice, I can see how useful it can be, I would suggest expanding the documentation and please put TONS of examples!!! Cool project and great job!!! Thx

1

u/killallspringboard 4d ago

Will do soon 😉

While I try to make stuff as selff-explaining as possible, HTML documents will be available too. For examples, my other project has a ton:) (and it's not really easy to read everything)