1234567891011121314151617181920212223242526272829303132333435363738(* Copyright 2018-present Cornell University
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy
* of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations
* under the License.
*)openCoreopenUtil.Errorleterror=error_stfletlex(filename:string)=tryletfile=In_channel.read_allfilenameinLexing.from_stringfilewithLexer.Errors->Format.asprintf"lexer error: %s"s|>errorletparse(lexbuf:Lexing.lexbuf)=tryParser.stmtsLexer.tokenlexbufwith|Lexer.Errors->Format.asprintf"lexer error: %s"s|>error|Parser.Error->letpos=Lexing.lexeme_start_plexbufinFormat.asprintf"Parse error at %s:%d:%d\n"pos.pos_fnamepos.pos_lnum(pos.pos_cnum-pos.pos_bol)|>errorletparse_file(filename:string)=lettokens=lexfilenameinparsetokens