impl: add {pre,post}_assert statements
authorMichael Wallner <mike@php.net>
Thu, 9 Feb 2017 16:15:07 +0000 (17:15 +0100)
committerMichael Wallner <mike@php.net>
Thu, 9 Feb 2017 16:15:07 +0000 (17:15 +0100)
commitf15288e185e65bcdfde87c217fb6bd7ff12eb653
tree73ab27953be86ad9b0f490af202d5f07e6f7a55f
parente11280a7b6ed67a4d79b14569ca06131ea2338bd
impl: add {pre,post}_assert statements
16 files changed:
Makefile.frag
psi.d/stdlib.psi
src/call.c
src/call.h
src/context.c
src/parser.c
src/parser.re
src/parser_def.h
src/parser_proc.c
src/parser_proc.h
src/parser_proc.y
src/types.h
src/types/assert_stmt.c [new file with mode: 0644]
src/types/assert_stmt.h [new file with mode: 0644]
src/types/impl.c
src/types/impl.h