From 32b146fc5411f8db35824c82e9cafc4cdb6f1d41 Mon Sep 17 00:00:00 2001 From: Joop Kiefte Date: Mon, 31 Dec 2018 18:11:14 +0100 Subject: Add lex example file to test with --- lex/example.lex | 34 ++++++++++++++-------------------- 1 file 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! -- cgit v1.2.3-70-g09d2