File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed
BooleanExpressionParser.CLI
BooleanExpressionParser.Web/Client/Formatters
BooleanExpressionParser/Formatters Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11using System . Globalization ;
22using System . Text ;
3+ using BooleanExpressionParser . Formatters ;
34using BooleanExpressionParser . Tokens ;
45using Spectre . Console ;
56
Original file line number Diff line number Diff line change 33using System ;
44using Spectre . Console ;
55using BooleanExpressionParser . CLI . Formatters ;
6+ using BooleanExpressionParser . Formatters ;
67
78namespace BooleanExpressionParser . CLI ;
89
Original file line number Diff line number Diff line change 1- using BooleanExpressionParser . Tokens ;
1+ using BooleanExpressionParser . Formatters ;
2+ using BooleanExpressionParser . Tokens ;
23using System . Text ;
34
45namespace BooleanExpressionParser . Web . Client . Formatters ;
Original file line number Diff line number Diff line change 11using System . Text ;
2- using BooleanExpressionParser ;
2+ using BooleanExpressionParser . Formatters ;
33using BooleanExpressionParser . Tokens ;
44
5- namespace BooleanExpressionParser . CLI . Formatters ;
5+ namespace BooleanExpressionParser . Formatters ;
66
77public class BasicFormatter : IFormatter
88{
Original file line number Diff line number Diff line change 11using BooleanExpressionParser . Tokens ;
22
3- namespace BooleanExpressionParser ;
3+ namespace BooleanExpressionParser . Formatters ;
44
55public interface IFormatter
66{
You can’t perform that action at this time.
0 commit comments