ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
tester.c File Reference
#include "tester.h"

Go to the source code of this file.

Functions

void welcome ()
int main (int _argc, char *_argv[])

Variables

int yycolno
int yyposno

Function Documentation

◆ main()

int main ( int _argc,
char * _argv[] )

Definition at line 16 of file tester.c.

◆ welcome()

void welcome ( )

Definition at line 6 of file tester.c.

Variable Documentation

◆ yycolno

int yycolno

This variable keeps track of the current column number when reading the input file.

Definition at line 3 of file tester.c.

◆ yyposno

int yyposno

This variable keeps track of the current byte position when reading the input file.

Definition at line 4 of file tester.c.