«syntax» 태그된 질문

구문 유효성 검사, 한 구문에서 다른 구문으로 변환 또는 잘못된 구문 수정을 포함하되 이에 국한되지 않는 프로그래밍 또는 마크 업 언어 구문과 관련된 문제 [balanced-string] 태그도 참조하십시오.

28
파이 계산 (파이 아님)
아니, 내 말은하지 않습니다 ϕ = 1.618...와 π = 3.14159.... 나는 기능을 의미한다 . φ (x) 는 x상대적으로 소수 보다 작거나 같은 정수의 수입니다 x. π (x) 는 소수 이하의 소수 x입니다. "pi가 아님"이 π̅ (x)이고이를 이하 의 합성 수로 정의한다고 가정 해 봅시다 x. 태스크 엄격하게 양의 정수 감안할 …
73 code-golf  sequence  primes  number-theory  code-golf  decision-problem  code-golf  date  code-golf  typography  code-golf  math  number  multiple-holes  code-golf  quine  code-golf  string  syntax  code-golf  math  primes  rational-numbers  code-golf  graphical-output  image-processing  code-golf  kolmogorov-complexity  music  audio  code-golf  string  code-golf  math  geometry  code-golf  math  sequence  combinatorics  code-golf  game  grid  board-game  code-golf  restricted-source  array-manipulation  source-layout  code-golf  base-conversion  binary  code-golf  math  physics  code-golf  math  number  date  expression-building  code-golf  array-manipulation  graph-theory  decision-problem  popularity-contest  error-correction  code-golf  kolmogorov-complexity  geometry  grid  code-challenge  arithmetic  combinatorics  set-partitions  code-golf  kolmogorov-complexity  sequence  fibonacci  code-golf  restricted-source  pristine-programming  code-golf  code-golf  string  kolmogorov-complexity  code-golf  arithmetic  code-golf  string  parsing  code-golf  code-golf  sorting  counting  permutations  3d  code-golf  code-golf  ascii-art  music  code-golf  string  code-golf  string  ascii-art  code-golf  string  code-golf  quine  polyglot  code-golf  math  string  code-golf  internet 

30
무설탕 구문
Haskell에서 목록 표기법 : [a,b,c] 다음에 대한 구문 설탕입니다. a:b:c:[] 그리고 문자열 표기법 : "abc" 다음에 대한 구문 설탕입니다. ['a','b','c'] 이것은 문자열이 다음을 의미합니다. "abc" 와 같다: 'a':'b':'c':[] 태스크 문자열이 주어지면 하스켈에서 구문이 바뀐 버전을 출력해야합니다. 규칙 당신은 어떤 유효한 입력 방법으로 문자열을 받게됩니다 출력으로 끝나는 문자열해야 당신이 :[]입력으로 둘러싸인에서 …

12
C 변수 선언을 읽으십시오
배경 C의 변수 선언문 은 변수 이름 , 기본 유형 및 유형 수정 자의 세 부분으로 구성됩니다 . 세 가지 유형의 수정자가 있습니다. 포인터 *(접두사) 배열 [N](접두사) 기능 ()(접두사) 괄호 안에 함수 인수 목록을 지정할 수 있지만,이 문제를 해결하기 위해 무시하고 사용하십시오 ()(기술적으로 "함수가 모든 종류의 인수를 취할 수 있음"). …
41 code-golf  parsing  c  syntax 

18
코드 로마자
문제는 로마 숫자를 선택한 언어로 유효한 코드 로 만드는 것 입니다. 그들은해야 하지 다른 모든 토큰과 같은 문자열의 내부 또는 유사한 아무것도하지만, 일을 표시, 리터럴 등 (같은 아랍어 ) 숫자, 문자 또는 문자열; 또는 변수 / 방법 / 함수 식별자 등 예를 들어 Java에서는 다음과 같이 i초기화 된 것처럼 다음을 …

13
삼항 연산자의 표현 평가
알파벳을 통해 문법을 고려 { 0, 1, ?, :} 에 의해 정의 된 생산 규칙 S → 0┃ 1┃ 0 ?의 :의 ┃ 1 ?의 :의 s 에서 생성 된 문자열 ?:이 있으면 오른쪽 연관 (예 : a?B?X:Y:c?d:e?f:gmeans a?(B?X:Y):(c?d:(e?f:g))) 인 표현식으로 구문 분석 하고 다음 시맨틱으로 평가하십시오. eval(0) = 0 …
29 code-golf  syntax 

30
똑똑한 사람의 신기루
옛날 옛적에, 나는 Quora 에서이 질문 / 답변을 읽고있었습니다. FizzBuzz 테스트를 통과 할 수없는 컴퓨터 공학 학위를 가진 프로그래머가 있습니까? 이 코드는 명백한 답변으로 제공됩니다 for i in range(1, 100): if i % 3 == 0 and i % 5 == 0: print "FizzBuzz" elif i % 3 == 0: …
29 popularity-contest  code-challenge  word  popularity-contest  string  grid  language-design  code-golf  source-layout  math  fastest-algorithm  assembly  code-golf  json  code-golf  arithmetic  array-manipulation  code-golf  ascii-art  code-golf  crossword  code-golf  string  restricted-complexity  code-golf  ascii-art  kolmogorov-complexity  code-golf  string  decision-problem  balanced-string  syntax  code-golf  grid  puzzle-solver  hexagonal-grid  code-golf  math  number  sequence  code-golf  string  decision-problem  code-golf  cryptography  king-of-the-hill  code-challenge  fastest-code  code-golf  number  code-golf  code-golf  string  code-golf  cryptography  king-of-the-hill  java  code-golf  number-theory  base-conversion  code-golf  code-golf  array-manipulation  code-golf  array-manipulation  sorting  code-challenge  restricted-source  quine  code-golf  tips  python  king-of-the-hill  code-golf  source-layout  fractal  code-golf  tips  game  king-of-the-hill  path-finding  grid  code-golf  kolmogorov-complexity  natural-language  code-golf  tips  python  code-golf  number  arithmetic  sequence  array-manipulation  code-golf  number  combinatorics  random  integer-partitions  code-golf  string  code-golf  vim  comment  code-golf  combinatorics  counting  code-challenge  rosetta-stone  code-golf  combinatorics  sequence  subsequence  code-golf  code-challenge  restricted-source  primes  printable-ascii  popularity-contest  graphical-output  image-processing 

7
기본적인 Pyth와 같은 구문 검사기
Pyth 는 Python 기반의 골프 언어입니다. 접두사 표기법을 사용하며 각 명령에는 다른 arity (수용 가능한 인수 수)가 있습니다. 당신의 임무는 존재하지 않는 Pyth와 같은 언어 Pith에 대한 구문 검사기를 작성하는 것입니다. 피스의 문법 Pith에는 8 개의 단일 문자 명령 만 있습니다. 01234()" 01234각각은 해당 숫자의 arity를 ​​가지므로 많은 인수가 필요합니다. …

9
Lisp 유사 구문 형식화
배경 (진정하고 감동적인 이야기를 바탕으로) 저는 Lisp와 비슷한 언어로 자주 놀았습니다. 나는 그들과 함께 쓰고, 실행하고, 해석하고, 디자인하고, 나를 위해 기계를 쓰도록 만들었습니다 ... 그리고 나를 괴롭히는 것이 있다면, 특정 형식 스타일을 따르지 않는 Lisp를보고 있습니다. 불행히도 일부 텍스트 편집기 ( 기침 XCode 기침 )는 코드를 복사하여 붙여 넣을 때마다 …


11
숫자 목록 변환기 만들기
한 프로그램에서 다른 프로그램으로 숫자 목록 (벡터, 배열 ...)을 복사하여 붙여 넣기를 원할 때 싫어하지만 숫자가있는 형식이 필요한 형식과 일치하지 않습니다 ? 예를 들어, MATLAB에서는 다음과 같이 공백으로 구분 된 목록이있을 수 있습니다. [1 2 3 4 5] (you can also have it comma separated, but that's not the point) …

10
SQL 선택 숫자 범위
에서 행으로 다양한 숫자를 얻는 것이 매우 어렵다는 것을 알았습니다 MySQL. 예를 들어 1-5의 범위는 다음에 의해 달성됩니다. SELECT 1 UNION SELECT 2 UNION SELECT 3 UNION SELECT 4 UNION SELECT 5 결과 : 1 2 3 4 5 0-99의 경우 두 개의 0-9 테이블을 교차 조인 할 수 있습니다. …
19 code-golf  tips  syntax  sql 

6
글 리포 프로그램 번역
유효한 Glypho 프로그램 이 입력 되면 "사람이 읽을 수있는"프로그램을 출력하십시오. 글 리포는 흥미로운 esolang 아이디어입니다. 지침 참조가 여기에 제공됩니다. 각 명령에 대해 문자 abcd는 각 명령을 구성하는 기호를 나타냅니다. a는 첫 번째 고유 기호를 나타내고 b는 두 번째 고유 기호를 나타냅니다. aaaa ..... n NOP - no operation; do nothing …

3
스택 고양이 프로그램을 납작하게
Stack Cats 는 뒤집을 수있는 스택 기반 언어입니다. 뒤집을 수있는 성질은 다소 이상한 고리를 만듭니다. 이 과제는 조건부 루프에 관한 것 (...)입니다. 이러한 루프가 특정 방식으로 중첩되면 중첩 깊이를 줄이기 위해 코드를 변환 할 수 있습니다. 다음은 규칙입니다 ( 임의의 스 니펫의 위치 A및 의미 B). 한 루프가 다른 루프를 …

2
태그를 닫으십시오!
이것은 동일한 이름을 가진 이전에 삭제 된 도전 과제를 기반으로합니다. 소개 입력에 XML과 같은 1 개의 태그 가 모두 적절하게 열리고 닫히고 올바른 순서로 있는지에 따라 참 또는 거짓 값을 반환하는 프로그램을 작성해야합니다 . 다음을 입력으로 고려하십시오. <Apple> 태그가 올바르게 닫히지 않아 잘못된 값을 반환합니다. 이: <Apple></Apple> 반대로 올바르게 닫혀 …

4
Getters 받기
작업 모두가 자동 코드 생성을 좋아하고 작업하는 동안 시간을 ​​절약한다고 생각합니다. 낮에는 많은 클래스와 멤버를 만들어야하며 모든 클래스와 멤버를 getters수동으로 만들고 싶지는 않습니다 . 작업은 getters모든 클래스 멤버를 위해 자동으로 생성되는 프로그램 또는 함수를 작성하는 것입니다. 입력 우리의 언어에서 객체는 매우 간단합니다. 클래스와 멤버의 이름은 [a-zA-Z]문자로 시작해야 하며 문자 만 …
13 code-golf  string  syntax  code-golf  math  primes  rational-numbers  code-golf  graphical-output  image-processing  code-golf  kolmogorov-complexity  music  audio  code-golf  string  code-golf  math  geometry  code-golf  math  sequence  combinatorics  code-golf  game  grid  board-game  code-golf  restricted-source  array-manipulation  source-layout  code-golf  base-conversion  binary  code-golf  math  physics  code-golf  math  number  date  expression-building  code-golf  array-manipulation  graph-theory  decision-problem  popularity-contest  error-correction  code-golf  kolmogorov-complexity  geometry  grid  code-challenge  arithmetic  combinatorics  set-partitions  code-golf  kolmogorov-complexity  sequence  fibonacci  code-golf  restricted-source  pristine-programming  code-golf  code-golf  string  kolmogorov-complexity  code-golf  arithmetic  code-golf  string  parsing  code-golf  code-golf  sorting  counting  permutations  3d  code-golf  code-golf  ascii-art  music  code-golf  string  code-golf  string  ascii-art  code-golf  string  code-golf  quine  polyglot  code-golf  math  string  code-golf  internet 

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.