Replies: 1 comment
-
Completed in #146. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, lexical_analyzer class has complicated implementation to scan YAML formatted inputs.
After #126 is completed, lexical_analyzer is going to have its weaker dependency on its inputs.
With such a change, further abstraction can be applied for the scanning operations, which will also enable us to achieve more difficult requirements.
Beta Was this translation helpful? Give feedback.
All reactions