summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoop Kiefte <ikojba@gmail.com>2018-12-31 18:11:14 +0100
committerJoop Kiefte <ikojba@gmail.com>2018-12-31 18:11:14 +0100
commit32b146fc5411f8db35824c82e9cafc4cdb6f1d41 (patch)
tree801c929a909a9f5d6dd6c6967bc2daf1b8676bed
parent78370fd7daaa90c109aeede3ceae8071c6f5feae (diff)
Add lex example file to test with
-rw-r--r--lex/example.lex34
1 files changed, 14 insertions, 20 deletions
diff --git a/lex/example.lex b/lex/example.lex
index 14ec4f8..2b39de5 100644
--- a/lex/example.lex
+++ b/lex/example.lex
@@ -1,20 +1,14 @@
-INT. HOUSE - DAY
-
-MARY
-I can't believe how easy it is to write in Fountain.
-
-TOM
-(typing)
-Look! I just made a parenthetical!
-
-SOMETHING HAPPENS!
-
-(what? I don't know...)
-
-EXT. GARDEN
-
-TOM
-What am I doing here now?
-To be honest, I have absolutely no idea!
-
-And that means really no idea!
+scene: INT. HOUSE - DAY
+speaker: MARY
+dialog: I can't believe how easy it is to write in Fountain.
+speaker: TOM
+paren: (typing)
+dialog: Look! I just made a parenthetical!
+action: SOMETHING HAPPENS!
+action: (what? I don't know...)
+scene: EXT. GARDEN
+speaker: TOM
+dialog: What am I doing here now?
+dialog: To be honest, I have absolutely no idea!
+dialog:
+dialog: And that means really no idea!