samiam95124 / Pascal-P6

6th version of Niklaus Wirth's original Pascal language compiler system
Other
28 stars 9 forks source link

Add pc integrator #169

Open samiam95124 opened 2 months ago

samiam95124 commented 2 months ago

Add the pc integrator to Pascal-P6

This program is dependent on Petit-Ami and the directory library.

Add documentation for this to the manual.

samiam95124 commented 2 months ago

I suspect it is also dependent on the strings library.

Integrator is a high bar. It includes a pascal parser, and is quite complex.