diff python/c3/examples/comments.c3 @ 220:3f6c30a5d234

Major change in expression parsing to enable pointers and structs
author Windel Bouwman
date Sat, 06 Jul 2013 21:32:20 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/python/c3/examples/comments.c3	Sat Jul 06 21:32:20 2013 +0200
@@ -0,0 +1,14 @@
+
+/*
+ block
+ comment
+*/
+
+// fjd jjd-
+package comments; // hjfkds
+
+function int tst()
+{
+    return 0;
+}
+