From 7476e509bd6ea2847ff348f27bee7a0a91f99071 Mon Sep 17 00:00:00 2001 From: cn Date: Wed, 18 Feb 2015 14:53:43 +0100 Subject: [PATCH] Remove stuff irrelevant for upstream --- HowItWorks.md | 208 ----------------------------------------- README.md | 66 ------------- misc/gen-jsf-bundle.sh | 12 --- misc/ln-joe-syntax.sh | 46 --------- 4 files changed, 332 deletions(-) delete mode 100644 HowItWorks.md delete mode 100644 README.md delete mode 100755 misc/gen-jsf-bundle.sh delete mode 100755 misc/ln-joe-syntax.sh diff --git a/HowItWorks.md b/HowItWorks.md deleted file mode 100644 index 5334a52..0000000 --- a/HowItWorks.md +++ /dev/null @@ -1,208 +0,0 @@ -How JOE syntax highlighting works -================================= - -*from [c.jsf](http://joe-editor.hg.sourceforge.net/hgweb/joe-editor/joe-editor/file/tip/syntax/c.jsf.in), -slightly modified* - -A (deterministic) state machine which performs lexical analysis of C. -(This is the "assembly language" of syntax highlighting. A separate -program could be used to convert a regular expression NFA syntax into this -format). - -Each state begins with: - - : - -\ is the state's name. -\ is the color used for characters eaten by the state -(really a symbol for a user definable color). - -The first state defined is the initial state. - -Within a state, define transitions (jumps) to other states. Each -jump has the form: - - [