4 Commits

Author SHA1 Message Date
819885b6c1 Improving Lexer, starting Parser
modified:   app/Lexer.hs
	modified:   app/Parser.hs
	modified:   as/test.as
2024-11-04 05:08:51 +03:00
2cee932739 Finishing work on Lexer. 'Token reducer' was successfuly rewritten. Added Debug.Trace for logging.
modified:   app/Lexer.hs
	modified:   as/test.as
2024-11-03 02:45:11 +03:00
98015b33d6 woooow
modified:   app/Lexer.hs
	modified:   as/test.as
2024-10-31 03:03:25 +03:00
13b4bda413 Attempt to make it alive.
modified:   .gitignore
	new file:   CHANGELOG.md
	new file:   LICENSE
	new file:   Porcelain.cabal
	renamed:    haskell/Lexer.hs -> app/Lexer.hs
	renamed:    haskell/Main.hs -> app/Main.hs
	renamed:    haskell/NewParser.hs -> app/NewParser.hs
	renamed:    haskell/Parser.hs -> app/Parser.hs
	new file:   as/test.as
	deleted:    asm/test
	deleted:    asm/test.asm
	deleted:    asm/test.o
	deleted:    haskell/Lexer.hi
	deleted:    haskell/Lexer.o
	deleted:    haskell/Main
	deleted:    haskell/Main.hi
	deleted:    haskell/Main.o
	deleted:    haskell/Parser.hi
	deleted:    haskell/Parser.o
2024-10-29 16:14:31 +03:00