Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
kornerr
/
MMMemory
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
d
main
Михаил Капелько
1 ano atrás
pai
96d86d5b96
commit
5e9597bc70
3 arquivos alterados
com
15 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+6
-2
shared/gen
+3
-0
toSwift
+6
-0
будущее
+ 6
- 2
shared/gen
Ver arquivo
@@ -1,3 +1,7 @@
#!/bin/bash
#!/bin/bash -e
SCRIPT_DIR=$(cd "$(dirname "$0")" ; pwd -P)
tsc $SCRIPT_DIR/memorySide.ts --outfile $SCRIPT_DIR/JavaScript/memorySide.js
$SCRIPT_DIR/../toSwift $SCRIPT_DIR/memorySide.ts $SCRIPT_DIR/Swift/memorySide.swift
tsc memorySide.ts --outfile JavaScript/memorySide.js
+ 3
- 0
toSwift
Ver arquivo
@@ -0,0 +1,3 @@
#!/usr/bin/env node
console.log("Converting to Swift");
+ 6
- 0
будущее
Ver arquivo
@@ -4,4 +4,10 @@
* генерить memorySide.js
НАДО:
* принимать на вход в toSwift аргументы
* сообщать Usage
* конвертить memorySide из TS в Swift
* генерить memorySide.swift
* генерить остальные функции-константы
* ввести общую библиотеку
* генерить itemPositions
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar