Community
    • Login

    Brainf* interpreter in RegEx only (find/replace)

    Scheduled Pinned Locked Moved General Discussion
    1 Posts 1 Posters 1.2k Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Martin BrändliM Offline
      Martin Brändli
      last edited by

      I’ve written a Brainf* interpreter in RegEx. All you need to do is add the source code in Brainf* on the first line of a new document and use the following parameters in find/replace (click “replace all” until it doesn’t find any matches). Documentation here

      Find:
      (?<PLUS>*+(?<PL_SK1>[\w\W]?@[)(?<PL_VAL>[0-9A-F]{2})(?<PL_SK2>][\w\W]?{\k<PL_VAL>[\w\W]}{)(?<PL_INC>[0-9A-F]{2}))|(?<MINUS>*-(?<MI_SK1>[\w\W]?@[)(?<MI_VAL>[0-9A-F]{2})(?<MI_SK2>][\w\W]?{)(?<MI_DEC>[0-9A-F]{2})(?<MI_SK3>[\w\W]}{\k<MI_VAL>))|(?<LEFT>#@)|(?<RIGHT>@#)|(?<GREATER>(?<GR_OP>*>)(?<GR_SK1>[\w\W]?#[\w\W]?)@(?<GR_CE>[[0-9A-F]{2}]))|(?<LESS>(?<LE_OP>*<)(?<LE_SK1>[\w\W]?#[\w\W]?)(?<LE_CE>[[0-9A-F]{2}])@)|(?<OPENZ>*(?<OZ_OUT>[(?<OZ_IN>[^[]]|(?-2))])(?<OZ_SK1>[\w\W]?@[00]))|(?<OPENN>*(?<ON_OUT>[(?<ON_IN>[^[]]|(?-2))])(?<ON_SK1>[\w\W]?@[(?!00)))|(?<FORWARD>'[)|(?<CLOSE>*])|(?<BACK>(?<BA_OUT>[(?<BA_IN>[^[]]|(?-2))])")|(?<POINT>:(?<PO_SK1>[\w\W])*.(?<PO_SK2>[\w\W]@[)(?<PO_VAL>[0-9A-F]{2})(?<PO_SK3>][\w\W]{\k<PO_VAL>)(?<PO_CHAR>[\w\W]))|(?<COMMA>|(?<CO_IN>[\w\W])(?<CO_SK1>[\w\W]?)*,(?<CO_SK2>[\w\W]?@[)[0-9A-F]{2}(?<CO_SK3>][\w\W]?{)(?<CO_VAL>[0-9A-F]{2})\k<CO_IN>)|(?<INIT>(?<IN_CD>^[+-<>[].,]+$))|(?<HALT>(?<HA_RM>:[\w\W]?*&[\w\W]*$))

      Replace:
      (?{PLUS}+$+{PL_SK1}$+{PL_INC}$+{PL_SK2}$+{PL_INC})(?{MINUS}-$+{MI_SK1}$+{MI_DEC}$+{MI_SK2}$+{MI_DEC}$+{MI_SK3})(?{LEFT}#[00]@)(?{RIGHT}@[00]#)(?{GREATER}>*$+{GR_SK1}$+{GR_CE}@)(?{LESS}<*$+{LE_SK1}@$+{LE_CE})(?{OPENZ}$+{OZ_OUT}$+{OZ_SK1})(?{OPENN}'$+{ON_OUT}$+{ON_SK1})(?{FORWARD}[)(?{CLOSE}]“)(?{BACK}$+{BA_OUT})(?{POINT}$+{PO_CHAR}:$+{PO_SK1}.$+{PO_SK2}$+{PO_VAL}$+{PO_SK3}$+{PO_CHAR})(?{COMMA}$+{CO_IN}|$+{CO_SK1},$+{CO_SK2}$+{CO_VAL}$+{CO_SK3}$+{CO_VAL}$+{CO_IN})(?{INIT}:\n|\n$+{IN_CD}&\n#[00]@[00]#\n{FFÿ}{00~}{01~}{02~}{03~}{04~}{05~}{06~}{07~}{08~}{09~}{0A~}{0B~}{0C~}{0D~}{0E~}{0F~}{10~}{11~}{12~}{13~}{14~}{15~}{16~}{17~}{18~}{19~}{1A~}{1B~}{1C~}{1D~}{1E~}{1F~}{20 }{21!}{22”}{23#}{24$$}{25%}{26&}{27’}{28(}{29)}{2A*}{2B+}{2C,}{2D-}{2E.}{2F/}{300}{311}{322}{333}{344}{355}{366}{377}{388}{399}{3A:}{3B;}{3C<}{3D=}{3E>}{3F?}{40@}{41A}{42B}{43C}{44D}{45E}{46F}{47G}{48H}{49I}{4AJ}{4BK}{4CL}{4DM}{4EN}{4FO}{50P}{51Q}{52R}{53S}{54T}{55U}{56V}{57W}{58X}{59Y}{5AZ}{5B[}{5C\}{5D]}{5E^}{5F_}{60`}{61a}{62b}{63c}{64d}{65e}{66f}{67g}{68h}{69i}{6Aj}{6Bk}{6Cl}{6Dm}{6En}{6Fo}{70p}{71q}{72r}{73s}{74t}{75u}{76v}{77w}{78x}{79y}{7Az}{7B{}{7C|}{7D}}{7E~}{7F}{80~}{81~}{82~}{83~}{84~}{85~}{86~}{87~}{88~}{89~}{8A~}{8B~}{8C~}{8D~}{8E~}{8F~}{90~}{91~}{92~}{93~}{94~}{95~}{96~}{97~}{98~}{99~}{9A~}{9B~}{9C~}{9D~}{9E~}{9F~}{A0 }{A1¡}{A2¢}{A3£}{A4¤}{A5¥}{A6¦}{A7§}{A8¨}{A9©}{AAª}{AB«}{AC¬}{AD­}{AE®}{AF¯}{B0°}{B1±}{B2²}{B3³}{B4´}{B5µ}{B6¶}{B7·}{B8¸}{B9¹}{BAº}{BB»}{BC¼}{BD½}{BE¾}{BF¿}{C0À}{C1Á}{C2Â}{C3Ã}{C4Ä}{C5Å}{C6Æ}{C7Ç}{C8È}{C9É}{CAÊ}{CBË}{CCÌ}{CDÍ}{CEÎ}{CFÏ}{D0Ð}{D1Ñ}{D2Ò}{D3Ó}{D4Ô}{D5Õ}{D6Ö}{D7×}{D8Ø}{D9Ù}{DAÚ}{DBÛ}{DCÜ}{DDÝ}{DEÞ}{DFß}{E0à}{E1á}{E2â}{E3ã}{E4ä}{E5å}{E6æ}{E7ç}{E8è}{E9é}{EAê}{EBë}{ECì}{EDí}{EEî}{EFï}{F0ð}{F1ñ}{F2ò}{F3ó}{F4ô}{F5õ}{F6ö}{F7÷}{F8ø}{F9ù}{FAú}{FBû}{FCü}{FDý}{FEþ}{FFÿ}{00~})(?{HALT})

      1 Reply Last reply Reply Quote 0

      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

      With your input, this post could be even better 💗

      Register Login
      • First post
        Last post
      The Community of users of the Notepad++ text editor.
      Powered by NodeBB | Contributors