Historique des commits

Auteur SHA1 Message Date
  Vinicius Teshima 61551c1cb9 [lexer.h] Removing trailing spaces il y a 1 an
  Vinicius Teshima bc30dd7220 [lexer/token.h] Adding and implementing token TT_COMMENT il y a 1 an
  Vinicius Teshima d50d422a55 [lexer.h] Implementig parsing for defines il y a 1 an
  Vinicius Teshima 4e63ee8894 [lexer/token.h] Adding token for == and != il y a 1 an
  Vinicius Teshima aefb1907ad [lexer/token.h] Adding tokens for multiples identifiers il y a 1 an
  Vinicius Teshima 45b8c68bd4 [lexer/token.h] Adding token for ! and / il y a 1 an
  Vinicius Teshima 19e16724b1 [lexer.h] Adding special handlig for pp il y a 1 an
  Vinicius Teshima 9df9b4243d [lexer.h] Adding error reporing to lexer_next_token il y a 1 an
  Vinicius Teshima 4318902824 [lexer/token.h] Adding tokens for preprocessors il y a 1 an
  Vinicius Teshima d4f153f5d6 [cint.c] Fixing error when filing ts il y a 1 an
  Vinicius Teshima 421cf95662 [lexer.h] Making lexer_read_str_lit handle EOF il y a 1 an
  Vinicius Teshima 28f51f5cca [lexer.h] Parsing integer literals il y a 1 an
  Vinicius Teshima 8595812f0b [lexer.h] Using macro to get the current char il y a 1 an
  Vinicius Teshima 33e3e22c9c [lexer/token.h] Adding string literals il y a 1 an
  Vinicius Teshima 451e576927 [lexer.h] Adding function to skip whitespace il y a 1 an
  Vinicius Teshima 35904b1a29 [lexer/token.h] Adding token for *, - and . il y a 1 an
  Vinicius Teshima 4242671fdb [token.h] Criating macro for token_type_enum switch il y a 1 an
  Vinicius Teshima f37d2b0df1 [token.h] Moving logic of converting token type enum 2 str to its own function il y a 1 an
  Vinicius Teshima 0fc27694ae [lexer.h] Adding function lexer_lookup_ident il y a 1 an
  Vinicius Teshima f71ce62b0b [token/lexer.h] Adding token for < and > il y a 1 an
  Vinicius Teshima 4e3ac489b8 [token.h] Adding token for include, return and const keywords il y a 1 an
  Vinicius Teshima 414148a37a [cint.c] Using lexer.h and token.h il y a 1 an
  Vinicius Teshima 444ebb43f8 [lexer/token.h] Adding token for ' and " il y a 1 an
  Vinicius Teshima 1e4e132dc3 [str.h] Fixing str_slice size calculation il y a 1 an
  Vinicius Teshima 8f8a49b492 Adding token.h and lexer.h il y a 1 an
  Vinicius Teshima c36b70456b [str.h] Adding global variable of a empty str il y a 1 an
  Vinicius Teshima 054e6d4a35 [str.h] Adding function to get a slice of str il y a 1 an
  Vinicius Teshima 70f0b76843 [str.h] Adding function to compare str to cstr il y a 1 an
  Vinicius Teshima d884d929b3 [int.h] Adding typedef for i8, u8, i16 and u16 il y a 1 an
  Vinicius Teshima 6940e2a983 [str.h] Fixing str_tokenizer_next il y a 1 an