rename prolog_parser_rebis to prolog_parser

also remove remaining extern crate statements that slipped through earlier
This commit is contained in:
Skgland
2021-02-06 21:57:27 +01:00
parent 0d983e63a1
commit 5041042925
35 changed files with 76 additions and 84 deletions

View File

@@ -1,5 +1,5 @@
use prolog_parser_rebis::ast::*;
use prolog_parser_rebis::{
use prolog_parser::ast::*;
use prolog_parser::{
alpha_numeric_char, capital_letter_char, clause_name, cut_char, decimal_digit_char,
graphic_token_char, is_fx, is_infix, is_postfix, is_prefix, is_xf, is_xfx, is_xfy, is_yfx,
semicolon_char, sign_char, single_quote_char, small_letter_char, solo_char,