#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdbool.h>
#include <ctype.h>
#include <assert.h>
#include <errno.h>
#include "cerr.h"
#include "cmem.h"
Go to the source code of this file.
◆ anonymous enum
YACASL2の制限
Enumerator |
---|
LINESIZE | 行の最大文字数
|
TOKENSIZE | トークンの最大文字数
|
Definition at line 25 of file token.h.
◆ anonymous enum
CASL IIの仕様
Enumerator |
---|
LABELSIZE | ラベルの最大文字数
|
OPDSIZE | オペラントの最大数。CASL IIシミュレータの制限
|
Definition at line 17 of file token.h.
◆ addcerrlist_tok()
トークン取得のエラーを追加する
- Returns
- なし
Definition at line 91 of file token.c.
◆ linetok()
CMDLINE* linetok |
( |
const char * |
line | ) |
|
行から、ラベル・コマンド・オペランドを取得する
- Returns
- ラベル・コマンド・オペランド
- Parameters
-
Definition at line 97 of file token.c.