We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9784a52 commit 134f2fbCopy full SHA for 134f2fb
src/components/cv/page.tsx
@@ -118,8 +118,8 @@ export default function CvPage() {
118
<p>Py0</p>
119
<ul className="mt-1 flex list-disc flex-col gap-1 pl-4 text-xs">
120
<li>
121
- Developed a tree-walking interpreter for a python-like language
122
- using python.
+ Developed an AST tree-walking interpreter for a python-like
+ language using python.
123
</li>
124
125
Engineered custom token lexer and parser to implement built-in
0 commit comments