samiam95124 / Pascal-P6

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

3/7: N length sets #42

Open samiam95124 opened 1 year ago

samiam95124 commented 1 year ago

Presently sets are fixed at 256 elements. Implement 0 base N length sets, which are arrays of bits that can be any length, but are fixed length according to type. By the rules of ISO 7185, these can perform operations between any length of set with any other.