Brainf *** में RoboCritters का अनुवाद करें


15

रोबोक्रिटर्स ( व्युत्पत्ति ) एक नई गूढ़ प्रोग्रामिंग भाषा है (इसे खोजने के लिए परेशान न करें, मैं अभी इसका आविष्कार करता हूं)। यह ब्रेनफॉक (बीएफ) का एक प्रकार है , जो सामान्य ऑपरेटर प्रतिस्थापन योजनाओं की तुलना में थोड़ा अधिक जटिल है। RoboCritters में हर कार्यक्रम पाठ का एक आयताकार ग्रिड है जिसमें केवल सात अक्षर होते हैं , साथ ही ग्रिड को आकार देने के लिए नए अंक भी होते हैं ।. []/\|

उदाहरण RoboCritters कार्यक्रम:

|\/||./|[]||
[..][][]   |
|/\|[..][..]
[..]    \/\/

बीएफ में एक रोबोक्रिटर्स प्रोग्राम का अनुवाद करने के लिए, सामान्य रीडिंग ऑर्डर में ग्रिड में प्रत्येक गैर-न्यूलाइन चरित्र को देखें (बाएं से दाएं फिर ऊपर से नीचे), जैसे |\/||./|[]||[..][][] ||/\|[..][..][..] \/\/

यदि वर्तमान वर्ण से दाएं और नीचे फैले ग्रिड का 4 × 2 खंड ठीक नीचे सूचीबद्ध आठ रोबोट क्रिटर्स में से एक से मेल खाता है , तो संबंधित बीएफ कमांड को जोड़ें। ( ><+-.,[]) (शुरू में खाली) बीएफ प्रोग्राम को जोड़ें।

यदि 4 × 2 ग्रिड सेक्शन किसी भी रोबोट क्रिटर्स से मेल नहीं खाता या सीमा से बाहर नहीं जाता है , तो बीएफ प्रोग्राम में कुछ भी नहीं जोड़ा जाता है।

  1. जॉयबोट, >कमांड:

    [..]
    \][/
    
  2. Calmbot, <कमांड:

    [..]
    /][\
    
  3. स्क्वीडबोट, +कमांड:

    [..]
    //\\
    
  4. स्पाइडरबोट, -कमांड:

    [..]
    ||||
    
  5. बनीबोट, .कमांड:

    [][]
    [..]
    
  6. टूथबोट, ,कमांड:

    [..]
    |/\|
    
  7. फॉक्सबोट, [कमांड:

    |\/|
    [..]
    
  8. बैटबोट, ]कमांड:

    [..]
    \/\/
    

इसलिए, उदाहरण कार्यक्रम को पढ़ना

|\/||./|[]||
[..][][]   |
|/\|[..][..]
[..]    \/\/

हम देख सकते हैं कि हम पहले एक फॉक्सबॉट (स्तंभ 1, पंक्ति 1 पर), फिर एक टूथबोट (सी 1, आर 2), फिर एक बनीबोट (सी 5, आर 2), और अंत में एक बैटबोट (सी 9, आर 3) का सामना करते हैं। यह BF प्रोग्राम से मेल खाती है[,.]

ध्यान दें कि फॉक्सबोट और टूथबोट ओवरलैप होते हैं। यह जानबूझकर है; जब वे ओवरलैप करते हैं तो रोबोट क्रिटर्स की कोई अलग व्याख्या नहीं की जाती है

चुनौती

सबसे कम संभव प्रोग्राम लिखें जो एक रोबोक्रिटर्स प्रोग्राम में लेता है और इसके बीएफ समकक्ष को आउटपुट करता है। आपको BF चलाने या यह जाँचने की आवश्यकता नहीं है कि यह मान्य है, केवल RoboCritters कोड को BF कोड में अनुवाद करें।

विवरण

  • सभी इनपुट RoboCritters कार्यक्रम मान्य होंगे, यह है कि वे पाठ का एक आयताकार ब्लॉक होगा जिसमें केवल सात वर्ण होंगे . []/\|, साथ ही इसे आकार देने के लिए नए अंक। Newlines किसी भी सुविधाजनक सामान्य प्रतिनिधित्व में हो सकता है । आप वैकल्पिक रूप से मान सकते हैं कि कार्यक्रमों में एक एकल अनुगामी न्यूलाइन है।

  • आपको RoboCritters प्रोग्राम का समर्थन करना चाहिए जो कि 4 × 2 से छोटा है, जिसमें 0 × 0 खाली (या सिंगल न्यूलाइन) प्रोग्राम भी शामिल है। ये सभी खाली बीएफ प्रोग्राम (खाली स्ट्रिंग) के अनुरूप हैं।

  • आउटपुट BF प्रोग्राम केवल एक लाइन स्ट्रिंग होना चाहिए जिसमें केवल आठ BF कमांड अक्षर हों ><+-.,[]। वैकल्पिक रूप से एक एकल अनुगामी न्यूलाइन हो सकती है।

  • किसी भी सामान्य तरीके से इनपुट लें (stdin / text file / कमांड लाइन) और आउटपुट को stdout या आपकी भाषा के निकटतम विकल्प के लिए।

  • प्रोग्राम के बजाय आप एक फ़ंक्शन लिख सकते हैं जो रोबोक्रिटर्स प्रोग्राम को एक स्ट्रिंग और प्रिंट के रूप में लेता है या बीएफ प्रोग्राम स्ट्रिंग लौटाता है।

उदाहरण

  1. इनपुट: (ऊपर दिया गया उदाहरण)

    |\/|[][]
    [..][][]
    |/\|[..]
        \/\/
    

    आउटपुट: [,.]

  2. इनपुट: (सभी रोबोट क्रिटर्स का परीक्षण)

    [..][[[[[..]]. ]|\/|
    \][/[..]//\\[..][..]
    [..]/][\[][]|/\|[..]
    ||||/\| [..]|  |\/\/
    

    आउटपुट: >+[<,-.]

  3. इनपुट:

    [..] [..] [..] [..] [..] [..] [..] [..] |\/| [..] [..] [..] [..] [..] |\/| [..] [..] [..] [..] [..] [..] [..] [..] [..] [..] [..] [..] [..] [..] [..] [..] [..] [..] [..] [..] [..] [..] [..] [..] [..] [..] [..] [..] |\/| [..] [..] [..] [..] [..] [..] [..] [][] [..] [..] [..] [..] [][] [..] [..] [..] [..] [..] [..] [..] [][] [][] [..] [..] [..] [][] [..] [..] [][] [..] [..] [][] [..] [][] [..] [..] [..] [][] [..] [..] [..] [..] [..] [..] [][] [..] [..] [..] [..] [..] [..] [..] [..] [][] [..] [..] [..] [][] [..] [..] [..] [][]
    //\\ //\\ //\\ //\\ //\\ //\\ //\\ //\\ [..] \][/ //\\ //\\ //\\ //\\ [..] \][/ //\\ //\\ \][/ //\\ //\\ //\\ \][/ //\\ //\\ //\\ \][/ //\\ /][\ /][\ /][\ /][\ |||| \/\/ \][/ //\\ \][/ //\\ \][/ |||| \][/ \][/ //\\ [..] /][\ \/\/ /][\ |||| \/\/ \][/ \][/ [..] \][/ |||| |||| |||| [..] //\\ //\\ //\\ //\\ //\\ //\\ //\\ [..] [..] //\\ //\\ //\\ [..] \][/ \][/ [..] /][\ |||| [..] /][\ [..] //\\ //\\ //\\ [..] |||| |||| |||| |||| |||| |||| [..] |||| |||| |||| |||| |||| |||| |||| |||| [..] \][/ \][/ //\\ [..] \][/ //\\ //\\ [..]
    

    आउटपुट: ( BF हैलो वर्ल्ड प्रोग्राम )

    ++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.
    
  4. इनपुट: (कोई रोबोट critters मौजूद नहीं)

    /\\\[].
    ]..[..]
    \\//||\
    

    आउटपुट: (खाली स्ट्रिंग)

स्कोरिंग

बाइट्स में सबसे कम सबमिशन जीतता है। ( हैंडी बाइट काउंटर। ) टाईब्रेकर सर्वाधिक मतदान वाला पद है।

जवाबों:


9

सीजेएम, 86 85 बाइट्स

qN/S4*f+_W<\1>]z:z4few:~"¨Ý³5&ágûò{wÉ](Ý"296b6b"|[\.]/"f=2/4/"><+-.,[]":Ler{L&},

इसका परीक्षण यहां करें।

व्याख्या

qN/    e# Read input and split into lines.
S4*f+  e# Append four spaces to each line. This has two purposes. a) We can later join all
       e# the lines together without worrying about critters appearing across the line
       e# edges because no critter contains spaces. b) It works around a bug in CJam where
       e# the command `ew` crashes when the substring length is longer than the string.
_W<    e# Copy the lines and discard the last one.
\1>    e# Swap with the other copy and discard the first one.
]z     e# Wrap both in an array and zip them up. Now we've got an array which contains
       e# all consecutive pairs of lines.
:z     e# Zip up each of those pairs, such it becomes an array of two-character strings.
       e# We can now find the critters as 4-element subarrays in each of those arrays.
4few   e# Turn each of those arrays into a list of its (overlapping) 4-element subarrays.
:~     e# Flatten those lists, such that we get one huge array of all 4x2 blocks, in order.
"gibberish"296b6b
       e# This is an encoded form of the critters. The above produces a string of the
       e# critters in column-major order, all joined together, where the characters are
       e# represented by numbers 0 to 5.
"|[\.]/"f=
       e# Turn each number into the correct character.
2/4/   e# Split first into columns, then into critters. Now all we need to do is find these
       e# the elements of this array in the processed input.
"><+-.,[]":L
       e# A string of all BF characters in the same order as the critters. Store this in L.
er     e# Do an element-wise replacement. This will leave non-critter blocks untouched.
{L&},  e# Filter the result. The elements are now either characters, or still full 4x2
       e# blocks. We take the set intersection with the array (string) of BF characters.
       e# If the current element is itself a character, it will be coerced into an array
       e# containing that character, such that we get a non-empty intersection. If the
       e# current element is a block instead, if contains arrays itself, so the set
       e# intersection will always be empty.

       e# The resulting array of characters is the desired BF program and will be printed
       e# automatically at the end of the program.

आलोचकों को इस स्क्रिप्ट के साथ एन्कोड किया गया था । मुझे निम्न 296 के साथ एन्कोडिंग के लिए आधार 296 मिला, बल्कि भोली गणित लिपि (जो अभी भी बेहतर आधार की तलाश में चल रही है):

b = 256;
While[True,
  If[
    FreeQ[
      d = IntegerDigits[15177740418102340299431215985689972594497307279709, b], 
      x_ /; x > 255
    ], 
    Print@{b, Length@d}
  ];
  b += 1;
]

3

जावास्क्रिप्ट ईएस 6, 209 198 192 बाइट्स

f=c=>{s=''
b=o=>c.substr(o,4)||1
for(i in c)s+=!~(d='1\\][/1/][\\1//\\\\1||||[][]11|/\\||\\/|11\\/\\/'.replace(/1/g,'[..]').indexOf(b(i)+b(++i+c.search(`
`))))|d%8?'':'><+-.,[]'[d/8]
return s}

नीचे दिए गए स्टैक स्निपेट में अनलग्ड कोड होता है जिसे आप आसानी से किसी भी ब्राउज़र में चला सकते हैं।

var f = function(c) {
  var s = '';
  var b = function(o) {
    // If it is looking on the last line, this will return an empty string
    // the second time, which could cause an inaccurate match.
    // `||1` makes it return 1 instead of '', which won't match.
    return c.substr(o, 4) || 1;
  }
  for (var i in c) {
    r = b(i) + b(++i + c.search('\n'));
    d = '1\\][/1/][\\1//\\\\1||||[][]11|/\\||\\/|11\\/\\/'.replace(/1/g, '[..]').indexOf(r);
    s += !~d || d % 8 ? '' : '><+-.,[]' [d / 8];
  }
  return s;
}

// GUI code below
function run(){document.getElementById('s').innerHTML=f(document.getElementById('t').value);};document.getElementById('run').onclick=run;run()
<textarea id="t" cols="30" rows="10">
[..][[[[[..]]. ]|\/|
\][/[..]//\\[..][..]
[..]/][\[][]|/\|[..]
||||/\| [..]|  |\/\/</textarea><br /><button id="run">Run</button><br /><code id="s"></code>

हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.