Skip to content
Commit d4596a91 authored by James Bielman's avatar James Bielman
Browse files

Make :POINTER a parameterized foreign type.

- :POINTER without arguments is a void pointer.
- (:POINTER :INT) is a pointer to an :INT.
- These nest properly: (:POINTER (:POINTER :INT)).
- Pointers are not type checked yet---an optional pointer type checker
  will be added someday.
parent 6a926f58
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment