Skip to content

Commit bcaac9b

Browse files
committed
Move main BASIC frontend to its own folder
1 parent 82d7e43 commit bcaac9b

13 files changed

Lines changed: 394 additions & 373 deletions

File tree

parsetab/tabs.dbm.bak

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'zxbppparse', (0, 69188)
1+
'zxbppparse', (0, 69185)
22
'asmparse', (69632, 250690)
33
'zxnext_asmparse', (320512, 281648)
4-
'zxbparser', (602624, 707013)
4+
'zxbparser', (602624, 707985)

parsetab/tabs.dbm.dat

972 Bytes
Binary file not shown.

parsetab/tabs.dbm.dir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'zxbppparse', (0, 69188)
1+
'zxbppparse', (0, 69185)
22
'asmparse', (69632, 250690)
33
'zxnext_asmparse', (320512, 281648)
4-
'zxbparser', (602624, 707013)
4+
'zxbparser', (602624, 707985)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from setuptools import find_packages
77
from collections import defaultdict
88

9-
import version
9+
from zxb import version
1010

1111

1212
def get_files(folders):

tests/cmdline/test_zxb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

33
import pytest
4-
import zxb
4+
from zxb import zxb
55
import os
66

77
PATH = os.path.realpath(os.path.dirname(os.path.abspath(__file__)))

0 commit comments

Comments
 (0)