https://github.com/jonasraoni/pascal-stack
Simple stack class to be used in Delphi (Pascal).
https://github.com/jonasraoni/pascal-stack
data-type datatype delphi pascal stack
Last synced: 3 months ago
JSON representation
Simple stack class to be used in Delphi (Pascal).
- Host: GitHub
- URL: https://github.com/jonasraoni/pascal-stack
- Owner: jonasraoni
- License: mit
- Created: 2017-11-03T18:46:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-03T18:50:12.000Z (about 8 years ago)
- Last Synced: 2025-03-20T15:49:54.177Z (10 months ago)
- Topics: data-type, datatype, delphi, pascal, stack
- Language: Pascal
- Homepage:
- Size: 1000 Bytes
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pascal Stack
Simple stack class to be used in Delphi (Pascal) with automatic memory growth.