Remove null

This commit is contained in:
Krzosa Karol
2022-06-02 09:59:12 +02:00
parent ebb21df015
commit 9a58e407a4
5 changed files with 17 additions and 42 deletions

View File

@@ -1,6 +1,6 @@
a_type :: int
pointer_type :: *int
null_pointer: pointer_type = null
// null_pointer: pointer_type = null
if_stmt :: (cond: int): type
CONSTANT :: 10