Skip to content

Commit

Permalink
v3.0.70
Browse files Browse the repository at this point in the history
  • Loading branch information
kujirahand committed Mar 10, 2020
1 parent 193d0af commit 79541d6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 日本語プログラミング言語「なでしこ3」

[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE) [![Maintainability](https://api.codeclimate.com/v1/badges/5572db59aa6164217d30/maintainability)](https://codeclimate.com/github/kujirahand/nadesiko3/maintainability) [![npm version](https://badge.fury.io/js/nadesiko3.svg)](https://badge.fury.io/js/nadesiko3)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE) [![Maintainability](https://api.codeclimate.com/v1/badges/5572db59aa6164217d30/maintainability)](https://codeclimate.com/github/kujirahand/nadesiko3/maintainability)

## 「なでしこ3」とは?

Expand Down
4 changes: 4 additions & 0 deletions installer/nako3-win32-template/bin/tools/command.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@
|��,"","''",0,,�ϐ�,��������
|CR,"","'\r'",0,,�ϐ�,CR
|LF,"","'\n'",0,,�ϐ�,LF
|�����f�[�^,"","require('./era.json')",0,,�ϐ�,���񂲂��Ł[��
|�u���E�U���ϊ��\,"","require('caniuse-db/data.json').agents",0,,�ϐ�,�Ԃ炤���߂��ւ񂩂�Ђ傤
|��z��,"","��̔z���Ԃ�",0,,����,����͂����
|��n�b�V��,"","��̃n�b�V����Ԃ�",0,,����,����͂�����
|��I�u�W�F�N�g,"","��̃I�u�W�F�N�g��Ԃ�",0,,����,���炨�Ԃ�������
- �W���o��
|�\��,"S��|S��","S��\��",0,,����,�Ђ傤��
|�\�����O,"","''",0,,�ϐ�,�Ђ傤���낮
Expand Down Expand Up @@ -230,6 +233,7 @@
|UNIX���ԕϊ�,"S��|S��|S����","����S��UNIX���� (UTC(1970/1/1)����̌o�ߕb��) �ɕϊ����ĕԂ�(v1��݊�)",0,,����,UNIX������ւ񂩂�
|UNIXTIME�ϊ�,"S��|S��|S����","����S��UNIX���� (UTC(1970/1/1)����̌o�ߕb��) �ɕϊ����ĕԂ�",0,,����,UNIXTIME�ւ񂩂�
|�����ϊ�,"TM��|TM����","UNIX���� (UTC(1970/1/1)����̌o�ߕb��) ���uYYYY/MM/DD HH:mm:ss�v�̌`���ɕϊ�",0,,����,�ɂ����ւ񂩂�
|�a��ϊ�,"S��","S��a��ɕϊ�����BS�͖����ȍ~�̓��t���L���B",0,,����,��ꂫ�ւ񂩂�
|�N����,"A��B��|A����B�܂ł�","���tA��B�̍���N���ŋ��߂ĕԂ��BA<B�Ȃ琳�̐��A�����łȂ��Ȃ畉�̐���Ԃ� (v1��݊�)�B",0,,����,�˂񂷂���
|������,"A��B��|A����B�܂ł�","���tA��B�̍��������ŋ��߂ĕԂ��BA<B�Ȃ琳�̐��A�����łȂ��Ȃ畉�̐���Ԃ� (v1��݊�)�B",0,,����,����������
|������,"A��B��|A����B�܂ł�","���tA��B�̍�������ŋ��߂ĕԂ��BA<B�Ȃ琳�̐��A�����łȂ��Ȃ畉�̐���Ԃ��B",0,,����,�ɂ�������
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nadesiko3",
"version": "3.0.69",
"version": "3.0.70",
"description": "Japanese Programming Language",
"main": "src/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/plugin_system.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const PluginSystem = {
type: 'func',
josi: [],
fn: function (sys) {
sys.__v0['ナデシコバージョン'] = '3.0.69'
sys.__v0['ナデシコバージョン'] = '3.0.70'
// システム関数を探す
sys.__getSysValue = function (name, def) {
if (sys.__v0[name] === undefined) {return def}
Expand Down

0 comments on commit 79541d6

Please sign in to comment.