irishman 1.0.8 irishman: ^1.0.8 copied to clipboard
A generic programming language interpreter, linter, formatter, and all that jazz, written in Dart.
1.0.8 #
- Fixed package format
1.0.7 #
- Added more examples to the code
1.0.6 #
- Overhauled the tokenizer to work better with regular expressions
- In future versions, forward look-ahead's will be allowed for regular expressions
- Added support for syntax highlighting to be generated
1.0.5 #
- Added schema for storing languages.
- Added in support for spans in the language JSON format.
1.0.4 #
- Added more documentation.
1.0.3 #
- Allowed for importing language files using json.
1.0.2 #
- Added language class for serialization from JSON files
1.0.1 #
- Added span feature which allows comments, identifiers, numbers, and other cool features
1.0.0 #
- Initial version.