Updated symbol_table

This commit is contained in:
thomashii 2021-05-18 21:42:21 +08:00
parent d2006816cb
commit 03857aba7c
4 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,6 @@
# 2.0.2
* Resolved static analysis warnings
# 2.0.1
* Resolved static analysis warnings

View file

@ -1,5 +1,5 @@
# angel3_symbol_table
[![version](https://img.shields.io/badge/pub-v2.0.1-brightgreen)](https://pub.dartlang.org/packages/angel3_symbol_table)
[![version](https://img.shields.io/badge/pub-v2.0.2-brightgreen)](https://pub.dartlang.org/packages/angel3_symbol_table)
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
[![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion)

View file

@ -1 +1 @@
export 'src/symbol_table.dart';
export 'src/symbol_table.dart';

View file

@ -1,5 +1,5 @@
name: angel3_symbol_table
version: 2.0.1
version: 2.0.2
description: A generic symbol table implementation in Dart, with support for scopes and constants.
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/symbol_table
environment: