Skip to content

Commit

Permalink
save2
Browse files Browse the repository at this point in the history
  • Loading branch information
OldLiu001 committed Jun 15, 2024
1 parent e5d7bce commit 54a5ad3
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions impls/batch/reader.bat
Original file line number Diff line number Diff line change
Expand Up @@ -365,3 +365,34 @@ goto :eof
rem check if it is a number
:




rem _____________________________________________________________

rem rewrite above code without using outside libraries

@REM Project name: MAL
@REM Module name: Reader

@REM Global function list:
@REM ReadString
@REM Tokenize
@REM ReadForm
@REM ReadList
@REM ReadAtom
@REM CheckType

@REM Origin name mapping:
@REM read_str -> ReadString
@REM tokenize -> Tokenize
@REM read_form -> ReadForm
@REM read_list -> ReadList
@REM read_atom -> ReadAtom

@REM Special Symbol Mapping:
@REM ! --- #$Exclamation$#
@REM ^ --- #$Caret$#
@REM " --- #$Double_Quotation$#
@REM % --- #$Percent$#

0 comments on commit 54a5ad3

Please sign in to comment.